C# Class Schumix.Framework.Listener.SchumixListener

Inheritance: IDisposable
Afficher le fichier Open project: Schumix/Schumix2 Class Usage Examples

Méthodes publiques

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

public ClientHandler ( object ob ) : void
ob object
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Listen() public méthode

public Listen ( ) : void
Résultat void

SchumixListener() public méthode

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