Connection

Undocumented in source.

Constructors

this
this(ClientSocket outer, string host, ushort port)
Undocumented in source.

Members

Functions

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.

Static variables

counter
int counter;
Undocumented in source.

Variables

index
int index;
inner
ClientSocket inner;
Undocumented in source.
outer
ClientSocket outer;
Undocumented in source.

Meta