NetworkProxySettings

class NetworkProxySettings(pointer: <Error class: unknown class><<Error class: unknown class>>)

Configures network proxies.

WebKitNetworkProxySettings can be used to provide a custom proxy configuration to a #WebKitWebContext. You need to call webkit_web_context_set_network_proxy_settings() with %WEBKIT_NETWORK_PROXY_MODE_CUSTOM and a WebKitNetworkProxySettings.

Since

2.16

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val webkitNetworkProxySettingsPointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard
fun addProxyForScheme(scheme: String, proxyUri: String)

Adds a URI-scheme-specific proxy.

Link copied to clipboard

Make a copy of the #WebKitNetworkProxySettings.

Link copied to clipboard
fun free()

Free the #WebKitNetworkProxySettings.