StayOnHostSelector overview

Public Constructors

StayOnHostSelector Constructs a StayOnHostSelector from a selector to use if the requests stay on the same host as their parent and a selector to use if the link leaves its parent's host.

Public Methods

Equals  (inherited from Object)  
GetHashCode  (inherited from Object)  
GetType  (inherited from Object)  
Initialize  (inherited from ConditionalSelector)  
ReferenceEquals  (inherited from Object)  
ShouldFollow  (inherited from ConditionalSelector)  
ToString  (inherited from Object)  

Public Properties

FalseSelector  (inherited from ConditionalSelector) The LinkSelector called if the conditional returns
true
.
TrueSelector  (inherited from ConditionalSelector) The Selector called if the conditional is True.

Protected Methods

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

Protected Properties

ConditionalDelegate  (inherited from ConditionalSelector) The delegate called to decide which selector to use.

See Also

StayOnHostSelector Class | Eas.WebCrawler.PlugIns.Selectors Namespace