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