NegotiationResponse Class
.NET Framework 4
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 | |
---|---|---|
NegotiationResponse |
Top
Properties
Name | Description | |
---|---|---|
ConnectionId | ||
ConnectionToken | ||
DisconnectTimeout | ||
ProtocolVersion | ||
TryWebSockets | ||
Url |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.