HubConnection Events

Include Protected Members
Include Inherited Members

.NET Framework 4.5

The HubConnection type exposes the following members.

Events

  Name Description
Public event Closed Occurs when the Connection is stopped. (Inherited from Connection.)
Public event Error Occurs when the Connection has encountered an error. (Inherited from Connection.)
Public event Received Occurs when the Connection has received data from the server. (Inherited from Connection.)
Public event Reconnected Occurs when the Connection successfully reconnects after a timeout. (Inherited from Connection.)
Public event Reconnecting Occurs when the Connection starts reconnecting after an error. (Inherited from Connection.)
Public event StateChanged Occurs when the Connection state changes. (Inherited from Connection.)

Top

See Also

Reference

HubConnection Class

Microsoft.AspNet.SignalR.Client.Hubs Namespace