Delegate OnDisconnect
Delegate for handling a disconnection from a connection. Should only be invoked from within .
Syntax
public delegate void OnDisconnect(IConnectionHandle handle, ReadOnlySpan<byte> data, string reason);
Delegate for handling a disconnection from a connection. Should only be invoked from within .
public delegate void OnDisconnect(IConnectionHandle handle, ReadOnlySpan<byte> data, string reason);