C# 클래스 Iaik.Utils.Net.UnixSocketConnection

상속: FrontEndConnection
파일 보기 프로젝트 열기: areiter/InMemoryFuzzing 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Read() 공개 메소드

public Read ( byte buffer, int offset, int length ) : int
buffer byte
offset int
length int
리턴 int

UnixSocketConnection() 공개 메소드

public UnixSocketConnection ( CommandLineHandler commandLine ) : System
commandLine CommandLineHandler
리턴 System

UnixSocketConnection() 공개 메소드

public UnixSocketConnection ( string>.IDictionary arguments ) : System
arguments string>.IDictionary
리턴 System

UnixSocketConnection() 공개 메소드

public UnixSocketConnection ( Socket socket ) : System
socket System.Net.Sockets.Socket
리턴 System

UnixSocketConnection() 공개 메소드

public UnixSocketConnection ( string socketFile ) : System
socketFile string
리턴 System

Write() 공개 메소드

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