NegotiationResponse Class

.NET Framework 4.5

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.SignalR.Client.NegotiationResponse

Namespace:  Microsoft.AspNet.SignalR.Client
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

Syntax

'Declaration
Public Class NegotiationResponse
'Usage
Dim instance As NegotiationResponse
public class NegotiationResponse
public ref class NegotiationResponse
type NegotiationResponse =  class end
public class NegotiationResponse

The NegotiationResponse type exposes the following members.

Constructors

  Name Description
Public method NegotiationResponse Initializes a new instance of the NegotiationResponse class.

Top

Properties

  Name Description
Public property ConnectionId
Public property ConnectionToken
Public property DisconnectTimeout
Public property ProtocolVersion
Public property TryWebSockets
Public property Url

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AspNet.SignalR.Client Namespace