IClientTransport Interface

.NET Framework 4.5

Represents base class for all SignalR client transports.

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

public interface class IClientTransport : IDisposable

The IClientTransport type exposes the following members.

  NameDescription
Public propertyNameGets the name of the IClientTransport.
Public propertySupportsKeepAliveGets a value that indicates whether the client transport supports keep alive.
Top

  NameDescription
Public methodAbort
Public methodDispose (Inherited from IDisposable.)
Public methodLostConnectionLoses the connection of the client transport.
Public methodNegotiate
Public methodSend
Public methodStartStarts the client transport connection.
Top
Show: