Connection Events
.NET Framework 4.5
Top
The Connection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Closed | Occurs when the Connection is stopped. |
|
Error | Occurs when the Connection has encountered an error. |
|
Received | Occurs when the Connection has received data from the server. |
|
Reconnected | Occurs when the Connection successfully reconnects after a timeout. |
|
Reconnecting | Occurs when the Connection starts reconnecting after an error. |
|
StateChanged | Occurs when the Connection state changes. |
Show: