CustomProxySettingsRules Property  | 
 
                The proxy rules in specified format. The string should be a
                semicolon-separated list of ordered proxies that apply to a particular URL scheme.
            
 
    Namespace: 
   DotNetBrowser.Net.Proxy
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntaxpublic string Rules { get; set; }Property Value
Type: 
String
Remarks
                Examples of the proxyRules string:
                
"http=foopy:80;ftp=foopy2" - use HTTP proxy "foopy:80" for http:// URLs,
                    and HTTP proxy "foopy2:80" for %ftp:// URLs.
                "foopy:80" - use HTTP proxy "foopy:80" for all URLs."socks4://foopy" - use SOCKS v4 proxy "foopy:1080" for all URLs.
See Also