Click or drag to resize

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, Object).

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public event Action<ProtocolSocket> OnDisposed

Value

ActionProtocolSocket
See Also