Since 2.16Optionaldefault_proxy_uri: stringOptionalignore_hosts: string[]Adds a URI-scheme-specific proxy.
URIs whose scheme matches uri_scheme will be proxied via proxy_uri.
As with the default proxy URI, if proxy_uri starts with "socks://", it will be treated as referring to
all three of the socks5, socks4a, and socks4 proxy types.
the URI scheme to add a proxy for
the proxy URI to use for uri_scheme
Make a copy of the WebKit.NetworkProxySettings.
A copy of passed in WebKit.NetworkProxySettings
Free the WebKit.NetworkProxySettings.
StaticnewOptionaldefault_proxy_uri: stringOptionalignore_hosts: string[]
Configures network proxies.
WebKitNetworkProxySettings can be used to provide a custom proxy configuration to a WebKit.NetworkSession. You need to call
webkit_network_session_set_network_proxy_settings()with WebKit.NetworkProxyMode.CUSTOM and a WebKitNetworkProxySettings.Since
2.16