WebSocketTransport 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::ForeverTransport
Microsoft.AspNet.SignalR.Transports::WebSocketTransport
Microsoft.AspNet.SignalR.Transports::TransportDisconnectBase
Microsoft.AspNet.SignalR.Transports::ForeverTransport
Microsoft.AspNet.SignalR.Transports::WebSocketTransport
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The WebSocketTransport type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | WebSocketTransport(HostContext, IDependencyResolver) | Initializes a new instance of the WebSocketTransport class. |
![]() | WebSocketTransport(HostContext, JsonSerializer, ITransportHeartbeat, IPerformanceCounterManager, ITraceManager) |
| Name | Description | |
|---|---|---|
![]() | CancellationToken | Gets the cancellation token used for the transport. (Overrides TransportDisconnectBase::CancellationToken.) |
![]() | Connected | Gets or sets the connection function for the ForeverTransport. (Inherited from ForeverTransport.) |
![]() | 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 time span to wait after the connection dies before firing the disconnecting the connection. (Inherited from TransportDisconnectBase.) |
![]() | 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 indicating whether the transport is alive. (Overrides TransportDisconnectBase::IsAlive.) |
![]() | IsConnectRequest | Gets a value that represents if the connections make a request. (Inherited from TransportDisconnectBase.) |
![]() | IsTimedOut | Gets a value that represents if the connection is timed out. (Inherited from TransportDisconnectBase.) |
![]() | JsonSerializer | Gets the JsonSerializer for the forever transport. (Inherited from ForeverTransport.) |
![]() | LastMessageId | Gets the last message id for the forever transport. (Inherited from ForeverTransport.) |
![]() | OutputWriter | Gets the output writer that can write a sequential series of characters. (Inherited from TransportDisconnectBase.) |
![]() | Received | Gets or sets a function to receive for the forever transport. (Inherited from ForeverTransport.) |
![]() | Reconnected | Gets or sets the reconnected function for the forever transport. (Inherited from ForeverTransport.) |
![]() | SupportsKeepAlive | Gets a value that represents if the transport supports keep alive. (Inherited from TransportDisconnectBase.) |
![]() | 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 for the ForeverTransport. (Inherited from ForeverTransport.) |
![]() | 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 | (Overrides TransportDisconnectBase::CreateResponseWriter().) |
![]() | 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) | Provides enqueue operation for the transports. (Inherited from ForeverTransport.) |
![]() | 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 | Initializes the persistent state of the forever transport. (Inherited from ForeverTransport.) |
![]() | InitializeResponse | Initializes the response of connection for the forever transport. (Inherited from ForeverTransport.) |
![]() | KeepAlive | Keeps the transport alive. (Overrides TransportDisconnectBase::KeepAlive().) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnSending | Provides the payload for an on sending transport. (Inherited from ForeverTransport.) |
![]() | OnSendingResponse | Provides a response for the on sending methods. (Inherited from ForeverTransport.) |
![]() | ProcessRequest | Processes a connection request. (Overrides ForeverTransport::ProcessRequest(ITransportConnection).) |
![]() | ProcessRequestCore | Provides a request to process the connection for the transport. (Inherited from ForeverTransport.) |
![]() | Send(Object) | Sends a value of the transport. (Overrides ForeverTransport::Send(Object).) |
![]() | Send(PersistentResponse) | Sends a web socket response. (Overrides ForeverTransport::Send(PersistentResponse).) |
![]() | Timeout | Gets called when connection is timed out. (Inherited from TransportDisconnectBase.) |
![]() | ToString | (Inherited from Object.) |
Show:
