ITransportManager::SupportsTransport Method

.NET Framework 4.5

Determines whether the specified transport is supported.

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

bool SupportsTransport(
	String^ transportName
)

Parameters

transportName
Type: System::String
The name of the transport to test.

Return Value

Type: System::Boolean
True if the transport is supported, otherwise False.
Show: