Table of Contents

Property Rules

Namespace
DotNetBrowser.Net.Proxy
Assembly
DotNetBrowser.dll

Rules

The proxy rules in specified format. The string should be a semicolon-separated list of ordered proxies that apply to a particular URL scheme.

public string Rules { get; set; }

Property Value

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.