C# Class Schumix.Framework.Listener.SchumixListener

Inheritance: IDisposable
Datei anzeigen Open project: Schumix/Schumix2 Class Usage Examples

Public Methods

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

Initializes a new instance of the FBI.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

SchumixListener() public method

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