C# Class Iaik.Utils.Net.NamedPipeConnection

Inheritance: FrontEndConnection
Exibir arquivo Open project: areiter/InMemoryFuzzing

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AssertPipeStream ( ) : void

Checks if the PipeStream is available and connected

Method Details

Close() public method

public Close ( ) : void
return void

Connect() public method

public Connect ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Flush() public method

public Flush ( ) : void
return void

NamedPipeConnection() public method

public NamedPipeConnection ( CommandLineHandler commandLine ) : System
commandLine CommandLineHandler
return System

NamedPipeConnection() public method

public NamedPipeConnection ( string>.IDictionary arguments ) : System
arguments string>.IDictionary
return System

NamedPipeConnection() public method

public NamedPipeConnection ( PipeStream pipeStream ) : System
pipeStream PipeStream
return System

NamedPipeConnection() public method

public NamedPipeConnection ( string pipeName ) : System
pipeName string
return System

Read() public method

public Read ( byte buffer, int offset, int length ) : int
buffer byte
offset int
length int
return int

ReadByte() public method

public ReadByte ( ) : int
return int

Write() public method

public Write ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
return void

WriteByte() public method

public WriteByte ( byte value ) : void
value byte
return void