Method

EDataServerSourceProxyget_http_use_auth

since: 3.12

Declaration [src]

gboolean
e_source_proxy_get_http_use_auth (
  ESourceProxy* extension
)

Description [src]

Returns whether the HTTP proxy server at ESourceProxy:http-host and ESourceProxy:http-port requires authentication.

The username/password combo is defined by ESourceProxy:http-auth-user and ESourceProxy:http-auth-password, but only applies when extensions ESourceProxy:method is E_PROXY_METHOD_MANUAL.

Available since: 3.12

Return value

Type: gboolean

Whether to authenticate HTTP proxy connections.