C# 클래스 Microsoft.Protocols.TestManager.Kernel.Listener

Listener of NamedPipe.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IgnoreLogs bool

공개 메소드들

메소드 설명
Listener ( StreamReader reader, NamedPipeServerStream server ) : System
Run ( ) : void

Start to get the output.

Stop ( ) : void

Stop to get the stream.

메소드 상세

Listener() 공개 메소드

public Listener ( StreamReader reader, NamedPipeServerStream server ) : System
reader System.IO.StreamReader
server System.IO.Pipes.NamedPipeServerStream
리턴 System

Run() 공개 메소드

Start to get the output.
public Run ( ) : void
리턴 void

Stop() 공개 메소드

Stop to get the stream.
public Stop ( ) : void
리턴 void

프로퍼티 상세

IgnoreLogs 공개적으로 정적으로 프로퍼티

public static bool IgnoreLogs
리턴 bool