C# Class Schumix.Server.ServerListener

Inheritance: IDisposable
Show file Open project: Schumix/Schumix2 Class Usage Examples

Public Properties

Property Type Description
Exit bool

Public Methods

Method Description
ClientHandler ( object ob ) : void
Dispose ( ) : void
Listen ( ) : void
ServerListener ( int port ) : System

Initializes a new instance of the Schumix.Server.ServerListener class.

Method Details

ClientHandler() public method

public ClientHandler ( object ob ) : void
ob object
return void

Dispose() public method

public Dispose ( ) : void
return void

Listen() public method

public Listen ( ) : void
return void

ServerListener() public method

Initializes a new instance of the Schumix.Server.ServerListener class.
public ServerListener ( int port ) : System
port int /// Port to listen on. ///
return System

Property Details

Exit public property

public bool Exit
return bool