ITransportManager::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)

ITransport^ GetTransport(
	HostContext^ hostContext
)

Parameters

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