Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4.5
The Microsoft.AspNet.SignalR.Client namespace contains classes that provides connection services to the server.
Classes
Class | Description | |
---|---|---|
![]() |
Connection | Provides client connections for SignalR services. |
![]() |
ConnectionExtensions | No content here will be updated; please do not add material here. |
![]() |
ErrorExtensions | Provides extension method for simplified error recognition. |
![]() |
HeaderDictionary | Represents a mapping from a set of keys to a set of values for SignalR client. |
![]() |
HeartbeatMonitor | Represents the HeartbeatMonitor to response from the server and carry on beating if a response was successful. |
![]() |
HttpClientException | The exception that is thrown when the HTTP client is connecting. |
![]() |
HubConnection | A Connection for interacting with Hubs. |
![]() |
HubException | |
![]() |
HubProxyExtensions | Extensions to the IHubProxy. |
![]() |
KeepAliveData | Represents the class to store all the Keep Alive properties. |
![]() |
NegotiationResponse | Provides connection properties for the negotiation response. |
![]() |
ObservableConnection<T> | Represents the data connection that provides client connection for SignalR services. |
![]() |
SignalRError | Represents errors that are thrown by the SignalR client. |
![]() |
StateChange | Represents a change in the connection state. |
Interfaces
Interface | Description | |
---|---|---|
![]() |
IConnection | No content here will be updated; please do not add material here. |
![]() |
IHubProxy | A client side proxy for a server side hub. |
Enumerations
Enumeration | Description | |
---|---|---|
![]() |
ConnectionState | Represents a connection state of a SignalR connection. |
![]() |
TraceLevels | Enumerates the tracing level associated with the SignalR client. |