IClientTransport Interface
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Client.Transports
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Public Interface IClientTransport
'Usage
Dim instance As IClientTransport
public interface IClientTransport
public interface class IClientTransport
type IClientTransport = interface end
public interface IClientTransport
The IClientTransport type exposes the following members.
Properties
Name | Description | |
---|---|---|
Name |
Top
Methods
Name | Description | |
---|---|---|
Abort | ||
Negotiate | ||
Send | ||
Start |
Top