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

public:
virtual bool SupportsTransport(
	String^ transportName
) sealed

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.

Implements

ITransportManager::SupportsTransport(String)
Show: