MaximumDepthSelector overview

Public Constructors

MaximumDepthSelector Constructs a MaximumDepthSelector out of a depth and an inner selector.

Public Methods

Equals  (inherited from Object)  
GetHashCode  (inherited from Object)  
GetType  (inherited from Object)  
Initialize  (inherited from DecoratingSelector)  
ReferenceEquals  (inherited from Object)  
ShouldFollow Determines whether or not a Request (link) should be crawled.
ToString  (inherited from Object)  

Public Properties

InnerSelector  (inherited from DecoratingSelector) An inner selector to which derived classes can delegate.
MaximumDepth The maximum allowed dpeth of requests.

Protected Methods

Finalize  (inherited from Object)  
MemberwiseClone  (inherited from Object)  

See Also

MaximumDepthSelector Class | Eas.WebCrawler.PlugIns.Selectors Namespace