TransportManager.Remove Method
.NET Framework 4
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)
Syntax
'Declaration
Public Sub Remove ( _
transportName As String _
)
'Usage
Dim instance As TransportManager
Dim transportName As String
instance.Remove(transportName)
public void Remove(
string transportName
)
public:
void Remove(
String^ transportName
)
member Remove :
transportName:string -> unit
public function Remove(
transportName : String
)
Parameters
- transportName
Type: System.String
The specified transport.