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
Public property Name

Top

Methods

  Name Description
Public method Abort
Public method Negotiate
Public method Send
Public method Start

Top

See Also

Reference

Microsoft.AspNet.SignalR.Client.Transports Namespace