CommandsRegistry.RawSocketHandler

Alias for the type of handler delegate which accepts the socket instance for direct control over it

class CommandsRegistry
alias RawSocketHandler = void delegate(cstring[], void delegate(cstring), void delegate(ref mstring), IODevice socket)

Meta