Microsoft.AspNet.SignalR.Client.Transports Namespace

.NET Framework 4.5

Provides classes related to SignalR client transports.

Classes

  Class Description
Public class AsyncStreamReader Represents an asynchronous stream reader.
Public class AutoTransport No content here will be updated; please do not add material here.
Public class HttpBasedTransport Represents an HTTP based client transport.
Public class LongPollingTransport No content here will be updated; please do not add material here.
Public class PollingRequestHandler Represents a polling request handler.
Public class ServerSentEventsTransport Represents a HTTP based client transport used for server sent events.
Public class TransportHelper Provides helper methods for the transport.
Public class WebSocketTransport Represents a client transport based on web socket.

Interfaces

  Interface Description
Public interface IClientTransport Represents base class for all SignalR client transports.