Connection::State Property
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Client
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Gets the current ConnectionState of the connection.
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
public: virtual property ConnectionState State { ConnectionState get () sealed; private: void set (ConnectionState value) sealed; }
Implements
IConnection::State
Show: