TransportManager::Remove Method

.NET Framework 4.5

Removes a transport from the list of supported transports.

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

public:
void Remove(
	String^ transportName
)

Parameters

transportName
Type: System::String
The specified transport.
Show: