CefSharpSettingsProxy Property |
Version 98.1.210
The proxy options that will be used for all connections
If set before the call to Cef.Initialize, command line arguments will be set for you
If a username and password is provided and the IPs match authentication is done automatically
NOTE: GetAuthCredentials won't be called for a proxy server that matches the IP
NOTE: It isn't possble to change the proxy after the call to Cef.Initialize
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax public static ProxyOptions Proxy { get; set; }
public:
static property ProxyOptions^ Proxy {
ProxyOptions^ get ();
void set (ProxyOptions^ value);
}
Property Value
Type:
ProxyOptionsSee Also