ITransportManager Interface
.NET Framework 4
Manages the transports for connections.
Namespace: Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Interface ITransportManager
'Usage
Dim instance As ITransportManager
public interface ITransportManager
public interface class ITransportManager
type ITransportManager = interface end
public interface ITransportManager
The ITransportManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetTransport | Gets the specified transport for the specified HostContext. | |
SupportsTransport | Determines whether the specified transport is supported. |
Top