HttpProxy

HttpProxy class

HTTP proxy client.

The HttpProxy type exposes the following members:

Constructors

NameDescription
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

NameDescription
addressThe domain name or IP address of the proxy server
portThe port number for the proxy server
usernameUsername for proxy authentication
passwordPassword for proxy authentication
supported_authentication_methodsThe supported authentication methods to connect to HTTP proxy

Methods

NameDescription
get_stream(address, port)
set_up_stream(stream, address, port)
is_bypassed(host)
get_proxy(destination)

See Also