TransportConnectionStates Enumeration
.NET Framework 4.5
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
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.TransportsAssembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
| Member name | Description | |
|---|---|---|
| Aborted | The aborted connection of the state. | |
| Added | The added connection of the state. | |
| Disconnected | The disconnected connection of the state. | |
| DisconnectMessageReceived | The disconnect message received of the state. | |
| Disposed | The disposed connection of the state. | |
| HttpRequestEnded | The HTTP request ended of the connection state. | |
| None | The no connection state. | |
| QueueDrained | The drained queue of the connection state. | |
| Removed | The removed connection of the state. | |
| Replaced | The replaced connection of the state. |
Show: