ITransportManager Interface

.NET Framework 4.5

Manages the transports for connections.

Namespace:  Microsoft.AspNet.SignalR.Transports
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public interface class ITransportManager

The ITransportManager type exposes the following members.

  NameDescription
Public methodGetTransportGets the specified transport for the specified HostContext.
Public methodSupportsTransportDetermines whether the specified transport is supported.
Top
Show: