Microsoft.AspNet.SignalR.Transports Namespace

.NET Framework 4.5

Provides transport classes supported in SignalR.

Classes

  Class Description
Public class ForeverFrameTransport Represents a Forever Frame Transport.
Public class ForeverTransport No content here will be updated; please do not add material here.
Public class LongPollingTransport No content here will be updated; please do not add material here.
Public class PersistentResponse Represents a response to a connection.
Public class ServerSentEventsTransport Provides the transport to send events from the server of the SignalR.
Public class TransportDisconnectBase Represents the base of transport disconnect operation.
Public class TransportHeartbeat Represents the default implementation of ITransportHeartbeat.
Public class TransportManager The default ITransportManager implementation.
Public class WebSocketTransport No content here will be updated; please do not add material here.

Interfaces

  Interface Description
Public interface ITrackingConnection Represents a connection that can be tracked by an ITransportHeartbeat.
Public interface ITransport Represents a transport that communicates
Public interface ITransportConnection Represents transport for connection.
Public interface ITransportHeartbeat Manages tracking the state of connections.
Public interface ITransportManager Manages the transports for connections.

Enumerations

  Enumeration Description
Public enumeration TransportConnectionStates Enumerates the attribute of the TransportConnectionState.