Share via


TransportDisconnectBase Class

.NET Framework 4

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.SignalR.Transports.TransportDisconnectBase
    Microsoft.AspNet.SignalR.Transports.ForeverTransport
    Microsoft.AspNet.SignalR.Transports.LongPollingTransport

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

Syntax

'Declaration
Public MustInherit Class TransportDisconnectBase _
    Implements ITrackingConnection
'Usage
Dim instance As TransportDisconnectBase
public abstract class TransportDisconnectBase : ITrackingConnection
public ref class TransportDisconnectBase abstract : ITrackingConnection
[<AbstractClassAttribute>]
type TransportDisconnectBase =  
    class 
        interface ITrackingConnection 
    end
public abstract class TransportDisconnectBase implements ITrackingConnection

The TransportDisconnectBase type exposes the following members.

Constructors

  Name Description
Protected method TransportDisconnectBase

Top

Properties

  Name Description
Public property CancellationToken
Protected property Completed
Protected property Connection
Protected property ConnectionEndToken
Public property ConnectionId
Protected property Context
Public property Disconnected
Public property DisconnectThreshold
Protected property Heartbeat
Protected property IsAbortRequest
Public property IsAlive
Public property IsConnectRequest
Public property IsTimedOut
Public property OutputWriter
Public property SupportsKeepAlive
Protected property Trace
Public property Url

Top

Methods

  Name Description
Public method CompleteRequest
Public method Disconnect
Public method End
Protected method EnqueueOperation
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 IncrementErrorCounters
Protected method InitializePersistentState
Public method KeepAlive
Protected method MemberwiseClone (Inherited from Object.)
Public method OnDisconnect
Protected method ReleaseRequest
Public method Timeout
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ITrackingConnection.ReleaseRequest

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.Transports Namespace