
Public Member Functions | |
| ProxyHTTP (String proxy_host) | |
| ProxyHTTP (String proxy_host, int proxy_port) | |
| void | setUserPasswd (String user, String passwd) |
| void | connect (SocketFactory socket_factory, String host, int port, int timeout) |
| Stream | getInputStream () |
| Stream | getOutputStream () |
| Socket | getSocket () |
| void | close () |
Static Public Member Functions | |
| static int | getDefaultPort () |
Definition at line 11 of file ProxyHTTP.cs.
| Tamir.SharpSsh.jsch.ProxyHTTP.ProxyHTTP | ( | String | proxy_host | ) |
Definition at line 23 of file ProxyHTTP.cs.
| Tamir.SharpSsh.jsch.ProxyHTTP.ProxyHTTP | ( | String | proxy_host, | |
| int | proxy_port | |||
| ) |
Definition at line 41 of file ProxyHTTP.cs.
| void Tamir.SharpSsh.jsch.ProxyHTTP.close | ( | ) |
| void Tamir.SharpSsh.jsch.ProxyHTTP.connect | ( | SocketFactory | socket_factory, | |
| String | host, | |||
| int | port, | |||
| int | timeout | |||
| ) |
| static int Tamir.SharpSsh.jsch.ProxyHTTP.getDefaultPort | ( | ) | [static] |
Definition at line 178 of file ProxyHTTP.cs.
| Stream Tamir.SharpSsh.jsch.ProxyHTTP.getInputStream | ( | ) |
| Stream Tamir.SharpSsh.jsch.ProxyHTTP.getOutputStream | ( | ) |
| Socket Tamir.SharpSsh.jsch.ProxyHTTP.getSocket | ( | ) |
Definition at line 46 of file ProxyHTTP.cs.
1.5.9