NegotiationResponse Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Client
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Top
Provides connection properties for the negotiation response.
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
The NegotiationResponse type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ConnectionId | Gets or sets the connection ID for the negotiation response. |
![]() | ConnectionToken | Gets or sets the connection token for the negotiation response. |
![]() | DisconnectTimeout | Gets or sets the disconnect timeout property for the negotiation response. |
![]() | KeepAliveTimeout | Gets or sets the keep alive timeout for the negotiation response. |
![]() | ProtocolVersion | Gets or sets the protocol version for the negotiation response. |
![]() | TransportConnectTimeout | Gets or sets the transport connects timeout for the negotiation response. |
![]() | TryWebSockets | Gets or sets a value that indicates whether the negotiation response will try to use web sockets. |
![]() | Url | Gets or sets the URL for the negotiation response. |
Show:
