C# Class Iaik.Utils.Net.NamedPipeConnection

Inheritance: FrontEndConnection
Afficher le fichier Open project: areiter/InMemoryFuzzing

Méthodes publiques

Méthode Description
Close ( ) : void
Connect ( ) : void
Flush ( ) : void
NamedPipeConnection ( CommandLineHandler commandLine ) : System
NamedPipeConnection ( string>.IDictionary arguments ) : System
NamedPipeConnection ( PipeStream pipeStream ) : System
NamedPipeConnection ( string pipeName ) : System
Read ( byte buffer, int offset, int length ) : int
ReadByte ( ) : int
Write ( byte buffer, int offset, int length ) : void
WriteByte ( byte value ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AssertPipeStream ( ) : void

Checks if the PipeStream is available and connected

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Connect() public méthode

public Connect ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

NamedPipeConnection() public méthode

public NamedPipeConnection ( CommandLineHandler commandLine ) : System
commandLine CommandLineHandler
Résultat System

NamedPipeConnection() public méthode

public NamedPipeConnection ( string>.IDictionary arguments ) : System
arguments string>.IDictionary
Résultat System

NamedPipeConnection() public méthode

public NamedPipeConnection ( PipeStream pipeStream ) : System
pipeStream PipeStream
Résultat System

NamedPipeConnection() public méthode

public NamedPipeConnection ( string pipeName ) : System
pipeName string
Résultat System

Read() public méthode

public Read ( byte buffer, int offset, int length ) : int
buffer byte
offset int
length int
Résultat int

ReadByte() public méthode

public ReadByte ( ) : int
Résultat int

Write() public méthode

public Write ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
Résultat void

WriteByte() public méthode

public WriteByte ( byte value ) : void
value byte
Résultat void