TransportManager::GetTransport Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The ITransport for the specified HostContext.
Gets the specified transport for the specified HostContext.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Parameters
- hostContext
- Type: Microsoft.AspNet.SignalR.Hosting::HostContext
The HostContext for the current request.
Return Value
Type: Microsoft.AspNet.SignalR.Transports::ITransportThe ITransport for the specified HostContext.
Implements
ITransportManager::GetTransport(HostContext)
Show: