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