C# Class Microsoft.Protocols.TestManager.Kernel.Listener

Listener of NamedPipe.
显示文件 Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
IgnoreLogs bool

Public Methods

Method Description
Listener ( StreamReader reader, NamedPipeServerStream server ) : System
Run ( ) : void

Start to get the output.

Stop ( ) : void

Stop to get the stream.

Method Details

Listener() public method

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

Run() public method

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

Stop() public method

Stop to get the stream.
public Stop ( ) : void
return void

Property Details

IgnoreLogs public_oe static_oe property

public static bool IgnoreLogs
return bool