AutoTransport Class

.NET Framework 4.5

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.SignalR.Client.Transports.AutoTransport

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

Syntax

'Declaration
Public Class AutoTransport _
    Implements IClientTransport
'Usage
Dim instance As AutoTransport
public class AutoTransport : IClientTransport
public ref class AutoTransport : IClientTransport
type AutoTransport =  
    class 
        interface IClientTransport 
    end
public class AutoTransport implements IClientTransport

The AutoTransport type exposes the following members.

Constructors

  Name Description
Public method AutoTransport Initializes a new instance of the AutoTransport class.

Top

Properties

  Name Description
Public property Name

Top

Methods

  Name Description
Public method Abort
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Negotiate
Public method Send
Public method Start
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AspNet.SignalR.Client.Transports Namespace