C# Class Iaik.Utils.Net.UnixSocketConnection

Inheritance: FrontEndConnection
Exibir arquivo Open project: areiter/InMemoryFuzzing Class Usage Examples

Public Methods

Method Description
Close ( ) : void
Connect ( ) : void
Flush ( ) : void
Read ( byte buffer, int offset, int length ) : int
UnixSocketConnection ( CommandLineHandler commandLine ) : System
UnixSocketConnection ( string>.IDictionary arguments ) : System
UnixSocketConnection ( Socket socket ) : System
UnixSocketConnection ( string socketFile ) : System
Write ( byte buffer, int offset, int length ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Connect() public method

public Connect ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

Read() public method

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

UnixSocketConnection() public method

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

UnixSocketConnection() public method

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

UnixSocketConnection() public method

public UnixSocketConnection ( Socket socket ) : System
socket System.Net.Sockets.Socket
return System

UnixSocketConnection() public method

public UnixSocketConnection ( string socketFile ) : System
socketFile string
return System

Write() public method

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