Proxy
Contents
[
Hide
]Proxy class
Base proxy client.
Constructors
| Name | Description |
|---|---|
| Proxy |
Methods
| Name | Description |
|---|---|
| Dispose | Disposes this instance and requests that the underlying TCP connection be closed. |
| get_Address | The domain name or IP address of the proxy server |
| get_Password | Password for proxy authentication |
| get_Port | The port number for the proxy server |
| get_Username | Username for proxy authentication |
| GetStream | Returns configured network stream to transport data to the required host through the proxy server. |
| set_Address | The domain name or IP address of the proxy server |
| set_Password | Password for proxy authentication |
| set_Port | The port number for the proxy server |
| set_Username | Username for proxy authentication |
| SetUpStream | Configures proxy-server to transport data to the target host. |