Method | Description | |
---|---|---|
AssignSlot ( int id ) : bool | ||
ClientConnection ( |
||
DecodeMessages ( byte readBuffer, int &totalData, int &msgLen ) : void | ||
DisconnectInProgress ( ) : bool | ||
HasConnected ( ) : bool | ||
Kick ( string reason, bool announce = true ) : void | ||
ResetTimeout ( ) : void | ||
Send ( byte bytes ) : void | ||
SendSection ( int x, int y ) : void |
Method | Description | |
---|---|---|
FreeSectionBuffer ( ) : void | ||
HandleClosure ( SocketError err ) : void | ||
MessageSendCompleted ( ) : void | ||
ProcessRead ( ) : void | ||
SerializeMessage ( Message msg ) : ArraySegment |
Method | Description | |
---|---|---|
ClientConnection ( ) : System | ||
FreeSectionBuffer ( |
||
TakeSectionBuffer ( ) : |
||
TimeoutLoop ( ) : void |
public ClientConnection ( |
||
socket | ||
slot | int | |
return | System |
public DecodeMessages ( byte readBuffer, int &totalData, int &msgLen ) : void | ||
readBuffer | byte | |
totalData | int | |
msgLen | int | |
return | void |
protected HandleClosure ( SocketError err ) : void | ||
err | SocketError | |
return | void |
public Kick ( string reason, bool announce = true ) : void | ||
reason | string | |
announce | bool | |
return | void |
protected SerializeMessage ( Message msg ) : ArraySegment |
||
msg | Message | |
return | ArraySegment |