C# Class Akane.Server

Mostra file Open project: KNCT-KPC/Bungo Class Usage Examples

Public Methods

Method Description
Server ( int port ) : System
callback ( IAsyncResult result ) : void
gameStart ( Form callback, string problem, string tokens, int id ) : void
gameStop ( ) : void
isRunnning ( ) : bool
stop ( ) : void

Method Details

Server() public method

public Server ( int port ) : System
port int
return System

callback() public method

public callback ( IAsyncResult result ) : void
result IAsyncResult
return void

gameStart() public method

public gameStart ( Form callback, string problem, string tokens, int id ) : void
callback Form
problem string
tokens string
id int
return void

gameStop() public method

public gameStop ( ) : void
return void

isRunnning() public method

public isRunnning ( ) : bool
return bool

stop() public method

public stop ( ) : void
return void