ConnectionState Enumeration

.NET Framework 4.5

Represents a connection state of a SignalR connection.

Namespace:  Microsoft.AspNet.SignalR.Client
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

public enum class ConnectionState

Member nameDescription
ConnectedThe connection state is connected.

ConnectingThe connection state is connecting.

DisconnectedThe connection state is disconnected.

ReconnectingThe connection state is reconnecting.

Show: