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
Public method Receive(String, Func<PersistentResponse, Task<Boolean>>, Int32)
Public method Receive(String, CancellationToken, Int32)
Public method Send

Top

See Also

Reference

Microsoft.AspNet.SignalR.Transports Namespace