Property | Type | Description | |
---|---|---|---|
Connected | bool |
Method | Description | |
---|---|---|
AddGameServerAction ( GameServerAction action ) : void | ||
AddGameServerConnectedAction ( GameServerConnectedAction action ) : void | ||
Close ( ) : void | ||
NewServer ( string host, int port ) : System | ||
Send ( Command, cmd, Status, status ) : bool | ||
Start ( ) : void |
Method | Description | |
---|---|---|
Connect ( string host, int port ) : void | ||
ReceiveMessage ( IAsyncResult ar ) : void | ||
SendCommand ( Command, command, Status, status ) : void |
public AddGameServerAction ( GameServerAction action ) : void | ||
action | GameServerAction | |
return | void |
public AddGameServerConnectedAction ( GameServerConnectedAction action ) : void | ||
action | GameServerConnectedAction | |
return | void |
public NewServer ( string host, int port ) : System | ||
host | string | |
port | int | |
return | System |
public Send ( Command, cmd, Status, status ) : bool | ||
cmd | Command, | |
status | Status, | |
return | bool |