ITransportConnection Interface
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Interface ITransportConnection
'Usage
Dim instance As ITransportConnection
public interface ITransportConnection
public interface class ITransportConnection
type ITransportConnection = interface end
public interface ITransportConnection
The ITransportConnection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Receive(String, Func<PersistentResponse, Task<Boolean>>, Int32) | ||
Receive(String, CancellationToken, Int32) | ||
Send |
Top