Method

EDataServerSourceProxyset_https_host

since: 3.12

Declaration [src]

void
e_source_proxy_set_https_host (
  ESourceProxy* extension,
  const gchar* https_host
)

Description [src]

Sets the machine name to proxy secure HTTP through when extensions ESourceProxy:method is E_PROXY_METHOD_MANUAL.

Available since: 3.12

Parameters

https_host

Type: const gchar*

Secure HTTP proxy host name.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.