Skip to content

ProxySettings

Represents settings related to using a proxy server for HTTP requests.

Fields:

Proxy Proxy

Gets or sets the proxy object used for the request.

Methods:

Boolean HasProxyFor(Uri)

Checks if there is a proxy configured for the given URI.

Void SetupRequest(HTTPRequest)

Sets up the HTTP request for passing through a proxy server.

Boolean Handle407(HTTPRequest)

Handles the proxy's response with status code 407.

AddToHash(Uri, Hash128@)

Adds the proxy address to a hash for the given request URI.

Comments