C# 클래스 Dota2GSI.GameStateListener

상속: IGameStateListener
파일 보기 프로젝트 열기: antonpup/Dota2GSI 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
RaiseOnNewGameState ( ) : void
ReceiveGameState ( IAsyncResult result ) : void
Run ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GameStateListener() 공개 메소드

A GameStateListener that listens for connections on http://localhost:port/
public GameStateListener ( int Port ) : System
Port int
리턴 System

GameStateListener() 공개 메소드

A GameStateListener that listens for connections to the specified URI
public GameStateListener ( string URI ) : System
URI string The URI to listen to
리턴 System

Start() 공개 메소드

Starts listening for GameState requests
public Start ( ) : bool
리턴 bool

Stop() 공개 메소드

Stops listening for GameState requests
public Stop ( ) : void
리턴 void