ProtocolSocketOnDisposed Event |
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).
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 18.04.00
Syntaxpublic event Action<ProtocolSocket> OnDisposed
Value
Type:
SystemActionProtocolSocket
See Also