Example #1
0
 public int IgnoreWebRequest(string path) => WebRequestHandler.Ignore(this, PathToRegex(path));
Example #2
0
 public int IgnoreWebRequest(Regex regex) => WebRequestHandler.Ignore(this, regex);