TransportManager Class
Visual Studio 2010
.NET Framework 4
Namespace:
Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
The default ITransportManager implementation.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The TransportManager type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetTransport | Gets the specified transport for the specified HostContext. |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Register | Adds a new transport to the list of supported transports. |
![]() | Remove | Removes a transport from the list of supported transports. |
![]() | SupportsTransport | Determines whether the specified transport is supported. |
![]() | ToString | (Inherited from Object.) |
Show:
