- OnConnected
alias OnConnected = void function(TcpClient) nothrow @(trusted)
Undocumented in source.
- OnDisConnected
alias OnDisConnected = void function(const int, string) nothrow @(trusted)
Undocumented in source.
- OnReceive
alias OnReceive = void function(TcpClient, const scope ubyte[]) nothrow @(trusted)
Undocumented in source.
- OnSendCompleted
alias OnSendCompleted = void function(const int, string, const scope ubyte[], const size_t) nothrow @(trusted)
Undocumented in source.
- OnSocketError
alias OnSocketError = void function(const int, string, string) nothrow @(trusted)
Undocumented in source.