Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GameStateListener ( int Port ) : System |
A GameStateListener that listens for connections on http://localhost:port/
|
|
GameStateListener ( string URI ) : System |
A GameStateListener that listens for connections to the specified URI
|
|
Start ( ) : bool |
Starts listening for GameState requests
|
|
Stop ( ) : void |
Stops listening for GameState requests
|
Method | Description | |
---|---|---|
RaiseOnNewGameState ( ) : void | ||
ReceiveGameState ( IAsyncResult result ) : void | ||
Run ( ) : void |
public GameStateListener ( int Port ) : System | ||
Port | int | |
return | System |
public GameStateListener ( string URI ) : System | ||
URI | string | The URI to listen to |
return | System |