AutoTransport Class

.NET Framework 4.5

No content here will be updated; please do not add material here.

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, IDisposable
'Usage
Dim instance As AutoTransport
public class AutoTransport : IClientTransport, 
    IDisposable
public ref class AutoTransport : IClientTransport, 
    IDisposable
type AutoTransport =  
    class 
        interface IClientTransport 
        interface IDisposable 
    end
public class AutoTransport implements IClientTransport, IDisposable

The AutoTransport type exposes the following members.

Constructors

  Name Description
Public method AutoTransport(IHttpClient) Initializes a new instance of the AutoTransport class.
Public method AutoTransport(IHttpClient, IList<IClientTransport>) Initializes a new instance of the AutoTransport class.

Top

Properties

  Name Description
Public property Name Gets the name of the AutoTransport.
Public property SupportsKeepAlive Gets a value that indicates whether or not the active transport supports keep alive.

Top

Methods

  Name Description
Public method Abort
Public method Dispose() Releases all resources used by the current instance of the AutoTransport class.
Protected method Dispose(Boolean) Releases the unmanaged resources used by the AutoTransport class and optionally releases the managed resources.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetNegotiateResponse
Public method GetType (Inherited from Object.)
Public method LostConnection Loses the transport connection for the client services.
Protected method MemberwiseClone (Inherited from Object.)
Public method Negotiate
Public method Send
Public method Start Starts the auto transport connection.
Public method ToString (Inherited from Object.)

Top

Remarks

No content here will be updated; please do not add material here.

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