TransportDisconnectBase Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Top
Represents the base of transport disconnect operation.
System::Object
Microsoft.AspNet.SignalR.Transports::TransportDisconnectBase
Microsoft.AspNet.SignalR.Transports::ForeverTransport
Microsoft.AspNet.SignalR.Transports::LongPollingTransport
Microsoft.AspNet.SignalR.Transports::TransportDisconnectBase
Microsoft.AspNet.SignalR.Transports::ForeverTransport
Microsoft.AspNet.SignalR.Transports::LongPollingTransport
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The TransportDisconnectBase type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | TransportDisconnectBase | Initializes a new instance of the TransportDisconnectBase class. |
| Name | Description | |
|---|---|---|
![]() | CancellationToken | Gets a cancellation token that represents the connection’s lifetime. |
![]() | Connection | Gets or sets the transport connection for the disconnection base of transport. |
![]() | ConnectionEndToken | Gets the connection to end the operation for this token. |
![]() | ConnectionId | Gets or sets the ID of the connection. |
![]() | ConnectTask | |
![]() | Context | Gets the host context associated with the transport disconnection base. |
![]() | Disconnected | Gets or sets the disconnected property for the connection transports. |
![]() | DisconnectThreshold | Gets the time span to wait after the connection dies before firing the disconnecting the connection. |
![]() | Heartbeat | Gets the transport heartbeat to manage the tracking state of connections. |
![]() | HostShutdownToken | |
![]() | IsAbortRequest | Gets a value that represents the connection make a request to abort. |
![]() | IsAlive | Gets a value that represents if the connection is alive. |
![]() | IsConnectRequest | Gets a value that represents if the connections make a request. |
![]() | IsTimedOut | Gets a value that represents if the connection is timed out. |
![]() | OutputWriter | Gets the output writer that can write a sequential series of characters. |
![]() | SupportsKeepAlive | Gets a value that represents if the transport supports keep alive. |
![]() | Trace | Gets the source to trace the execution of code and associate trace messages with their source. |
![]() | Url | Gets the URI of the connection. |
| Name | Description | |
|---|---|---|
![]() | Abort() | Aborts the current task process for the TransportDisconnectBase. |
![]() | Abort(Boolean) | Aborts the current task process for the TransportDisconnectBase. |
![]() | ApplyState | Applies a new state to the connection. |
![]() | CreateResponseWriter | Returns a writer to create a response for the transport disconnection base. |
![]() | Disconnect | Causes the connection to disconnect. |
![]() | Dispose() | Releases all resources used by the current instance of the TransportDisconnectBase class. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the TransportDisconnectBase class and optionally releases the managed resources. |
![]() | End | Kills the connection. |
![]() | EnqueueOperation(Func<Task>) | Adds the specified delegate function to end the task queue. |
![]() | EnqueueOperation(Func<Object, Task>, Object) | Adds the specified delegate function to end the task queue. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IncrementErrors | Increments the errors to the transport disconnection base. |
![]() | InitializePersistentState | Initialize the persistent state for the transport disconnection base. |
![]() | KeepAlive | Sends a keep alive ping over the connection. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Timeout | Gets called when connection is timed out. |
![]() | ToString | (Inherited from Object.) |
Show:
