Property | Type | Description | |
---|---|---|---|
CLIENT_TIMEOUT | int | ||
ConnectionManager | |||
GAME_NAME | string | ||
Protocol | |||
Running | bool | ||
SERVER_THREAD_SLEEP | int | ||
THREAD_POOL_SIZE | int | ||
WANT_MESSAGE_THREADING | bool | ||
WANT_PACKET_THREADING | bool |
Method | Description | |
---|---|---|
Log ( string message ) : void | ||
ReceiveMessage ( |
||
Run ( ) : void | ||
SOEServer ( int port, string protocol = "SOE" ) : System | ||
SendPacket ( |
Method | Description | |
---|---|---|
DoNetCycle ( ) : void |
public ReceiveMessage ( |
||
sender | ||
rawMessage | byte | |
return | void |
public SOEServer ( int port, string protocol = "SOE" ) : System | ||
port | int | |
protocol | string | |
return | System |
public SendPacket ( |
||
client | ||
packet | ||
return | void |
public SOEConnectionManager,SOE.Core ConnectionManager | ||
return |