StayOnHostComparer overview

Public Constructors

StayOnHostComparer Constructs a StayOnHostComparer from a value determining whether requests to the same host are to be prioritized and an inner BaseComparer.

Public Methods

Compare  (inherited from BaseComparer)  
CompareUris  (inherited from BaseRequestDesirabilityComparer)  
Equals  (inherited from Object)  
GetHashCode  (inherited from Object)  
GetType  (inherited from Object)  
IsPreferred Returns whether or not to prioritize the request based on whether or not the request tries to access a different host than the parent request.
ReferenceEquals  (inherited from Object)  
ToString  (inherited from Object)  

Public Properties

InnerComparer  (inherited from DecoratingComparer) The inner BaseComparer.
StayOnHost Whether to prioritize requests that stay on the same host as their parent above(
true
) or below (
false
) other requests.

Protected Methods

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

See Also

StayOnHostComparer Class | Eas.WebCrawler.PlugIns.RequestComparers Namespace