Microsoft.AspNet.SignalR.Client Namespace

.NET Framework 4.5

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

  ClassDescription
Public classConnectionProvides client connections for SignalR services.
Public classConnectionExtensionsNo content here will be updated; please do not add material here.
Public classErrorExtensionsProvides extension method for simplified error recognition.
Public classHeaderDictionaryRepresents a mapping from a set of keys to a set of values for SignalR client.
Public classHeartbeatMonitorRepresents the HeartbeatMonitor to response from the server and carry on beating if a response was successful.
Public classHttpClientExceptionThe exception that is thrown when the HTTP client is connecting.
Public classHubConnectionA Connection for interacting with Hubs.
Public classHubException
Public classHubProxyExtensionsExtensions to the IHubProxy.
Public classKeepAliveDataRepresents the class to store all the Keep Alive properties.
Public classNegotiationResponseProvides connection properties for the negotiation response.
Public classObservableConnection<T>Represents the data connection that provides client connection for SignalR services.
Public classSignalRErrorRepresents errors that are thrown by the SignalR client.
Public classStateChangeRepresents a change in the connection state.

  InterfaceDescription
Public interfaceIConnectionNo content here will be updated; please do not add material here.
Public interfaceIHubProxyA client side proxy for a server side hub.

  EnumerationDescription
Public enumerationConnectionStateRepresents a connection state of a SignalR connection.
Public enumerationTraceLevelsEnumerates the tracing level associated with the SignalR client.
Show: