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

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

Value

Type: SystemActionProtocolSocket
See Also