BuiltinMixedConnection Events |
The BuiltinMixedProtocolBuiltinMixedConnection type exposes the following members.
| Name | Description | |
|---|---|---|
| EditBegunAsync |
Raised on the first call to BeginEdit.
(Inherited from ProtocolSocket.) | |
| EditEndedAsync |
Raised on the last call to EndEdit.
(Inherited from ProtocolSocket.) | |
| OnClosed |
Occurs after the socket is closed.
(Inherited from ProtocolSocket.) | |
| 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).
(Inherited from ProtocolSocket.) | |
| OnOpenedAsync |
Occurs after the socket is opened.
(Inherited from ProtocolSocket.) | |
| OnShutdown |
Occurs after the socket is shutdown.
(Inherited from ProtocolSocket.) | |
| PropertyChanged |
Occurs when a property value changes.
(Inherited from ProtocolSocket.) |