schemeFilter property
getter/setter pair
Represents the scheme filter.
Officially Supported Platforms/Implementations:
- Android WebView
- Linux WPE WebKit (Official API - webkit_network_proxy_settings_add_proxy_for_scheme):
- Linux accepts scheme filters: '', 'http', 'https', 'socks', 'socks4', 'socks5' (case-insensitive). '' is treated as the default proxy.
Implementation
ProxySchemeFilter? schemeFilter;