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

Listener of NamedPipe.
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
IgnoreLogs bool

Méthodes publiques

Méthode 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 méthode

public Listener ( StreamReader reader, NamedPipeServerStream server ) : System
reader System.IO.StreamReader
server System.IO.Pipes.NamedPipeServerStream
Résultat System

Run() public méthode

Start to get the output.
public Run ( ) : void
Résultat void

Stop() public méthode

Stop to get the stream.
public Stop ( ) : void
Résultat void

Property Details

IgnoreLogs public_oe static_oe property

public static bool IgnoreLogs
Résultat bool