NetworkProxySettings
Object Hierarchy:
WebKit.NetworkProxySettings
WebKit.NetworkProxySettings
WebKit.NetworkProxySettings
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "webkit_network_proxy_settings_get_type ()" ) ] [ Compact ] [ Version ( since = "2.16" ) ]public class NetworkProxySettings
Configures network proxies.
WebKitNetworkProxySettings can be used to provide a custom proxy configuration to a
WebContext . You need to call set_network_proxy_settings
with webkit_network_proxy_mode_custom and a WebKitNetworkProxySettings.
Content:
Creation methods:
Methods:
public void add_proxy_for_scheme (string scheme, string proxy_uri)
Adds a URI-scheme-specific proxy.
public NetworkProxySettings copy ()
Make a copy of the NetworkProxySettings .
public void free ()
Free the NetworkProxySettings .