Method | Description | |
---|---|---|
Connection ( string hostname, int port, bool useSsl ) : System | ||
Dispose ( ) : void | ||
PeekLine ( ) : string | ||
ReadLine ( ) : string | ||
WriteLine ( string line ) : |
public Connection ( string hostname, int port, bool useSsl ) : System | ||
hostname | string | |
port | int | |
useSsl | bool | |
return | System |
public WriteLine ( string line ) : |
||
line | string | |
return |