Class RobotsValidator

Inheritance
System.Object
RobotsValidator
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.LinkAnalyzer.Robots.Internal
Assembly: EPiServer.LinkAnalyzer.dll
Version: 11.20.7
Syntax
public class RobotsValidator

Constructors

RobotsValidator(String, IWebProxy)

Declaration
public RobotsValidator(string userAgent, IWebProxy proxy)
Parameters
Type Name Description
System.String userAgent
System.Net.IWebProxy proxy

Methods

Clear()

Declaration
public void Clear()

IsRequestAllowed(Uri)

Declaration
public bool IsRequestAllowed(Uri url)
Parameters
Type Name Description
System.Uri url
Returns
Type Description
System.Boolean

Extension Methods