TransportConnectionStates Enumeration

.NET Framework 4.5

Enumerates the attribute of the TransportConnectionState.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

[FlagsAttribute]
public enum class TransportConnectionStates

Member nameDescription
AbortedThe aborted connection of the state.

AddedThe added connection of the state.

DisconnectedThe disconnected connection of the state.

DisconnectMessageReceivedThe disconnect message received of the state.

DisposedThe disposed connection of the state.

HttpRequestEndedThe HTTP request ended of the connection state.

NoneThe no connection state.

QueueDrainedThe drained queue of the connection state.

RemovedThe removed connection of the state.

ReplacedThe replaced connection of the state.

Show: