Метод | Описание | |
---|---|---|
Close ( ) : void | ||
Connect ( ) : void | ||
Flush ( ) : void | ||
Read ( byte buffer, int offset, int length ) : int | ||
UnixSocketConnection ( CommandLineHandler commandLine ) : System | ||
UnixSocketConnection ( string>.IDictionary |
||
UnixSocketConnection ( |
||
UnixSocketConnection ( string socketFile ) : System | ||
Write ( byte buffer, int offset, int length ) : void |
public Read ( byte buffer, int offset, int length ) : int | ||
buffer | byte | |
offset | int | |
length | int | |
Результат | int |
public UnixSocketConnection ( CommandLineHandler commandLine ) : System | ||
commandLine | CommandLineHandler | |
Результат | System |
public UnixSocketConnection ( string>.IDictionary |
||
arguments | string>.IDictionary | |
Результат | System |
public UnixSocketConnection ( |
||
socket | ||
Результат | System |
public UnixSocketConnection ( string socketFile ) : System | ||
socketFile | string | |
Результат | System |
public Write ( byte buffer, int offset, int length ) : void | ||
buffer | byte | |
offset | int | |
length | int | |
Результат | void |