set_http_use_auth


Description:

public void set_http_use_auth (bool http_use_auth)

Sets whether the HTTP proxy server at http_host and http_port requires authentication.

The username/password combo is defined by http_auth_user and http_auth_password, but only applies when this's method is E_PROXY_METHOD_MANUAL.

Parameters:

this

an SourceProxy

http_use_auth

whether to authenticate HTTP proxy connections