IConnectionHandlerInfo.formatInfo

Formats information about the connection into the provided buffer. This method is called from the SelectListener in order to log information about the state of all connections in the pool.

interface IConnectionHandlerInfo
void
formatInfo
(
ref char[] buf
)

Parameters

buf char[]

buffer to format into

Meta