C# Class YetAnotherRelogger.Helpers.Communicator.HandleClient

Inheritance: IDisposable
Afficher le fichier Open project: sinterlkaas/YetAnotherRelogger

Méthodes publiques

Méthode Description
Dispose ( ) : void
HandleClient ( NamedPipeServerStream stream ) : System
Start ( ) : void

Private Methods

Méthode Description
HandleMsg ( string msg ) : void
HandleXml ( string data ) : void
Send ( string msg ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HandleClient() public méthode

public HandleClient ( NamedPipeServerStream stream ) : System
stream System.IO.Pipes.NamedPipeServerStream
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void