HttpProxy
HttpProxy class
HTTP proxy client.
The HttpProxy type exposes the following members:
Constructors
Name | Description |
---|
HttpProxy(address, port) | Initializes a new instance of the HttpProxy class |
HttpProxy(address, port, username, password) | Initializes a new instance of the HttpProxy class |
Properties
Name | Description |
---|
address | The domain name or IP address of the proxy server |
port | The port number for the proxy server |
username | Username for proxy authentication |
password | Password for proxy authentication |
supported_authentication_methods | The supported authentication methods to connect to HTTP proxy |
Methods
Name | Description |
---|
get_stream(address, port) | |
set_up_stream(stream, address, port) | |
is_bypassed(host) | |
get_proxy(destination) | |
See Also