Share via


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)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration TransportConnectionStates
'Usage
Dim instance As TransportConnectionStates
[FlagsAttribute]
public enum TransportConnectionStates
[FlagsAttribute]
public enum class TransportConnectionStates
[<FlagsAttribute>]
type TransportConnectionStates
public enum TransportConnectionStates

Members

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.

See Also

Reference

Microsoft.AspNet.SignalR.Transports Namespace