Property | Type | Description | |
---|---|---|---|
Server |
Method | Description | |
---|---|---|
AddNewClient ( |
||
DisconnectClient ( |
||
GetClient ( int clientId ) : |
||
GetClientFromHost ( |
||
GetClientFromSessionID ( uint sessionId ) : |
||
Log ( string message ) : void | ||
SOEConnectionManager ( |
||
StartKeepAliveThread ( ) : void |
public AddNewClient ( |
||
newClient | ||
return | void |
public DisconnectClient ( |
||
client | ||
reason | ushort | |
clientBased | bool | |
return | void |
public GetClient ( int clientId ) : |
||
clientId | int | |
return |
public GetClientFromHost ( |
||
client | ||
return |
public GetClientFromSessionID ( uint sessionId ) : |
||
sessionId | uint | |
return |
public SOEConnectionManager ( |
||
server | ||
return | System |