C# Class PipeServer, code

Inheritance: IDisposable
Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
ProcessClientThread ( object o ) : void
ProcessNextClient ( ) : void
ProcessRequest ( string message ) : string
Run ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
ServerLoop ( ) : void

Method Details

ProcessClientThread() public méthode

public ProcessClientThread ( object o ) : void
o object
Résultat void

ProcessNextClient() public méthode

public ProcessNextClient ( ) : void
Résultat void

ProcessRequest() public méthode

public ProcessRequest ( string message ) : string
message string
Résultat string

Run() public méthode

public Run ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void