C# Class Dota2GSI.GameStateListener

Inheritance: IGameStateListener
Afficher le fichier Open project: antonpup/Dota2GSI Class Usage Examples

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
RaiseOnNewGameState ( ) : void
ReceiveGameState ( IAsyncResult result ) : void
Run ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GameStateListener() public méthode

A GameStateListener that listens for connections on http://localhost:port/
public GameStateListener ( int Port ) : System
Port int
Résultat System

GameStateListener() public méthode

A GameStateListener that listens for connections to the specified URI
public GameStateListener ( string URI ) : System
URI string The URI to listen to
Résultat System

Start() public méthode

Starts listening for GameState requests
public Start ( ) : bool
Résultat bool

Stop() public méthode

Stops listening for GameState requests
public Stop ( ) : void
Résultat void