- onInnerConnect
void onInnerConnect(ClientSocket sender)
Undocumented in source. Be warned that the author may not have intended to support it.
- onInnerData
void onInnerData(ClientSocket sender, Data data)
Undocumented in source. Be warned that the author may not have intended to support it.
- onInnerDisconnect
void onInnerDisconnect(ClientSocket sender, string reason, DisconnectType type)
Undocumented in source. Be warned that the author may not have intended to support it.
- onOuterData
void onOuterData(ClientSocket sender, Data data)
Undocumented in source. Be warned that the author may not have intended to support it.
- onOuterDisconnect
void onOuterDisconnect(ClientSocket sender, string reason, DisconnectType type)
Undocumented in source. Be warned that the author may not have intended to support it.