Microsoft.AspNet.SignalR.Client Namespace

.NET Framework 4.5

The Microsoft.AspNet.SignalR.Client namespace contains classes that provides connection services to the server.

Classes

  Class Description
Public class Connection Provides client connections for SignalR services.
Public class ConnectionExtensions No content here will be updated; please do not add material here.
Public class ErrorExtensions Provides extension method for simplified error recognition.
Public class HeaderDictionary Represents a mapping from a set of keys to a set of values for SignalR client.
Public class HeartbeatMonitor Represents the HeartbeatMonitor to response from the server and carry on beating if a response was successful.
Public class HttpClientException The exception that is thrown when the HTTP client is connecting.
Public class HubConnection A Connection for interacting with Hubs.
Public class HubException
Public class HubProxyExtensions Extensions to the IHubProxy.
Public class KeepAliveData Represents the class to store all the Keep Alive properties.
Public class NegotiationResponse Provides connection properties for the negotiation response.
Public class ObservableConnection<T> Represents the data connection that provides client connection for SignalR services.
Public class SignalRError Represents errors that are thrown by the SignalR client.
Public class StateChange Represents a change in the connection state.

Interfaces

  Interface Description
Public interface IConnection No content here will be updated; please do not add material here.
Public interface IHubProxy A client side proxy for a server side hub.

Enumerations

  Enumeration Description
Public enumeration ConnectionState Represents a connection state of a SignalR connection.
Public enumeration TraceLevels Enumerates the tracing level associated with the SignalR client.