Method | Description | |
---|---|---|
OnClientConnect ( IAsyncResult result ) : void |
Called when a client connects.
|
|
Start ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
ReadInt ( Stream stream ) : int |
Reads an int from the next 4 bytes of the supplied stream.
|
public OnClientConnect ( IAsyncResult result ) : void | ||
result | IAsyncResult | The result of the connection. |
return | void |