Protocol |
The ProtocolSocket type exposes the following members.
| Name | Description | |
|---|---|---|
| OnClosedAsync | Occurs after the socket is closed. | |
| OnDisposed | Occurs when the socket is disposed. A socket is disposed when it's closed and uncached from the connection registry. User script may retain a reference, and may resurrect the socket by calling OpenAsync(Boolean, OpenFlags, Object). | |
| OnOpenedAsync | Occurs after the socket is opened. | |
| OnShutdownAsync | Occurs after the socket is shutdown. | |
| PropertyChanged | Occurs when a property value changes. |