C# Class Iaik.Utils.Net.UnixSocketConnection

Inheritance: FrontEndConnection
Afficher le fichier Open project: areiter/InMemoryFuzzing Class Usage Examples

Méthodes publiques

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

public Close ( ) : void
Résultat void

Connect() public méthode

public Connect ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

Read() public méthode

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

UnixSocketConnection() public méthode

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

UnixSocketConnection() public méthode

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

UnixSocketConnection() public méthode

public UnixSocketConnection ( Socket socket ) : System
socket System.Net.Sockets.Socket
Résultat System

UnixSocketConnection() public méthode

public UnixSocketConnection ( string socketFile ) : System
socketFile string
Résultat System

Write() public méthode

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