| CefSharpSettingsProxy Property  | 
Version 111.2.70 
            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: 111.2.70.0 (111.2.70.0)
 Syntax
Syntaxpublic static ProxyOptions Proxy { get; set; }public:
static property ProxyOptions^ Proxy {
	ProxyOptions^ get ();
	void set (ProxyOptions^ value);
}Property Value
Type: 
ProxyOptions See Also
See Also