Метод | Описание | |
---|---|---|
Close ( ) : void | ||
ReadBuffer ( int size ) : string | ||
ReadResponse ( ) : string | ||
SendCtrlC ( ) : void | ||
SendCtrlZ ( ) : void | ||
SshHelper ( string host, string username, string password ) : System.IO | ||
Write ( string data ) : void | ||
WriteAndRead ( string data ) : string |
Метод | Описание | |
---|---|---|
ReadTest ( ) : string | ||
RemoveJunk ( |
||
RemoveJunk ( string str ) : string | ||
Replace ( |
||
Replace ( string str, string toReplace, string replcaeWith ) : string |
public SshHelper ( string host, string username, string password ) : System.IO | ||
host | string | |
username | string | |
password | string | |
Результат | System.IO |
public WriteAndRead ( string data ) : string | ||
data | string | |
Результат | string |