NegotiationResponse Class

.NET Framework 4.5

Provides connection properties for the negotiation response.

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

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

public ref class NegotiationResponse

The NegotiationResponse type exposes the following members.

  NameDescription
Public methodNegotiationResponseInitializes a new instance of the NegotiationResponse class.
Top

  NameDescription
Public propertyConnectionIdGets or sets the connection ID for the negotiation response.
Public propertyConnectionTokenGets or sets the connection token for the negotiation response.
Public propertyDisconnectTimeoutGets or sets the disconnect timeout property for the negotiation response.
Public propertyKeepAliveTimeoutGets or sets the keep alive timeout for the negotiation response.
Public propertyProtocolVersionGets or sets the protocol version for the negotiation response.
Public propertyTransportConnectTimeoutGets or sets the transport connects timeout for the negotiation response.
Public propertyTryWebSocketsGets or sets a value that indicates whether the negotiation response will try to use web sockets.
Public propertyUrlGets or sets the URL for the negotiation response.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

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