TransportManager::GetTransport Method

.NET Framework 4.5

Gets the specified transport for the specified HostContext.

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

public:
virtual ITransport^ GetTransport(
	HostContext^ hostContext
) sealed

Parameters

hostContext
Type: Microsoft.AspNet.SignalR.Hosting::HostContext
The HostContext for the current request.

Implements

ITransportManager::GetTransport(HostContext)
Show: