Exemplo n.º 1
0
 public int UnignoreWebRequest(string path) => WebRequestHandler.Unignore(this, PathToRegex(path));
Exemplo n.º 2
0
 /// <inheritdoc />
 public int UnignoreWebRequest() => WebRequestHandler.Unignore(this);
Exemplo n.º 3
0
 /// <inheritdoc />
 public int UnignoreWebRequest(Regex regex) => WebRequestHandler.Unignore(this, regex);