LongPollingTransport Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Top
No content here will be updated; please do not add material here.
System::Object
Microsoft.AspNet.SignalR.Transports::TransportDisconnectBase
Microsoft.AspNet.SignalR.Transports::LongPollingTransport
Microsoft.AspNet.SignalR.Transports::TransportDisconnectBase
Microsoft.AspNet.SignalR.Transports::LongPollingTransport
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The LongPollingTransport type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | LongPollingTransport(HostContext, IDependencyResolver) | Initializes a new instance of the LongPollingTransport class. |
![]() | LongPollingTransport(HostContext, JsonSerializer, ITransportHeartbeat, IPerformanceCounterManager, ITraceManager, IConfigurationManager) |
| Name | Description | |
|---|---|---|
![]() | CancellationToken | Gets a cancellation token that represents the connection’s lifetime. (Inherited from TransportDisconnectBase.) |
![]() | Connected | Gets or sets the connected function. |
![]() | Connection | Gets or sets the transport connection for the disconnection base of transport. (Inherited from TransportDisconnectBase.) |
![]() | ConnectionEndToken | Gets the connection to end the operation for this token. (Inherited from TransportDisconnectBase.) |
![]() | ConnectionId | Gets or sets the ID of the connection. (Inherited from TransportDisconnectBase.) |
![]() | ConnectTask | (Inherited from TransportDisconnectBase.) |
![]() | Context | Gets the host context associated with the transport disconnection base. (Inherited from TransportDisconnectBase.) |
![]() | Disconnected | Gets or sets the disconnected property for the connection transports. (Inherited from TransportDisconnectBase.) |
![]() | DisconnectThreshold | Gets the disconnect threshold. (Overrides TransportDisconnectBase::DisconnectThreshold.) |
![]() | Heartbeat | Gets the transport heartbeat to manage the tracking state of connections. (Inherited from TransportDisconnectBase.) |
![]() | HostShutdownToken | (Inherited from TransportDisconnectBase.) |
![]() | IsAbortRequest | Gets a value that represents the connection make a request to abort. (Inherited from TransportDisconnectBase.) |
![]() | IsAlive | Gets a value that represents if the connection is alive. (Inherited from TransportDisconnectBase.) |
![]() | IsConnectRequest | Gets a value indicating whether the transport is a connect request. (Overrides TransportDisconnectBase::IsConnectRequest.) |
![]() | IsTimedOut | Gets a value that represents if the connection is timed out. (Inherited from TransportDisconnectBase.) |
![]() | OutputWriter | Gets the output writer that can write a sequential series of characters. (Inherited from TransportDisconnectBase.) |
![]() | Received | Gets or sets the received function. |
![]() | Reconnected | Gets or sets the reconnected transport. |
![]() | SupportsKeepAlive | Gets a value indicating whether the transport supports keep alive. (Overrides TransportDisconnectBase::SupportsKeepAlive.) |
![]() | Trace | Gets the source to trace the execution of code and associate trace messages with their source. (Inherited from TransportDisconnectBase.) |
![]() | TransportConnected | Gets or sets the connected transport. |
![]() | Url | Gets the URI of the connection. (Inherited from TransportDisconnectBase.) |
| Name | Description | |
|---|---|---|
![]() | Abort() | Aborts the current task process for the TransportDisconnectBase. (Inherited from TransportDisconnectBase.) |
![]() | Abort(Boolean) | Aborts the current task process for the TransportDisconnectBase. (Inherited from TransportDisconnectBase.) |
![]() | ApplyState | Applies a new state to the connection. (Inherited from TransportDisconnectBase.) |
![]() | CreateResponseWriter | Returns a writer to create a response for the transport disconnection base. (Inherited from TransportDisconnectBase.) |
![]() | Disconnect | Causes the connection to disconnect. (Inherited from TransportDisconnectBase.) |
![]() | Dispose() | Releases all resources used by the current instance of the TransportDisconnectBase class. (Inherited from TransportDisconnectBase.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the TransportDisconnectBase class and optionally releases the managed resources. (Inherited from TransportDisconnectBase.) |
![]() | End | Kills the connection. (Inherited from TransportDisconnectBase.) |
![]() | EnqueueOperation(Func<Task>) | Adds the specified delegate function to end the task queue. (Inherited from TransportDisconnectBase.) |
![]() | EnqueueOperation(Func<Object, Task>, Object) | Adds the specified delegate function to end the task queue. (Inherited from TransportDisconnectBase.) |
![]() | 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. (Inherited from TransportDisconnectBase.) |
![]() | InitializePersistentState | Initialize the persistent state for the transport disconnection base. (Inherited from TransportDisconnectBase.) |
![]() | KeepAlive | Sends a keep alive ping over the connection. (Inherited from TransportDisconnectBase.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ProcessRequest | Process the connection request. |
![]() | Send(Object) | Sends a long polling transport with a given value. |
![]() | Send(PersistentResponse) | Sends a response for the transport. |
![]() | Timeout | Gets called when connection is timed out. (Inherited from TransportDisconnectBase.) |
![]() | ToString | (Inherited from Object.) |
Show:
