C# 클래스 YetAnotherRelogger.Helpers.Communicator.HandleClient

상속: IDisposable
파일 보기 프로젝트 열기: sinterlkaas/YetAnotherRelogger

공개 메소드들

메소드 설명
Dispose ( ) : void
HandleClient ( NamedPipeServerStream stream ) : System
Start ( ) : void

비공개 메소드들

메소드 설명
HandleMsg ( string msg ) : void
HandleXml ( string data ) : void
Send ( string msg ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HandleClient() 공개 메소드

public HandleClient ( NamedPipeServerStream stream ) : System
stream System.IO.Pipes.NamedPipeServerStream
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void