SpecificHostComparer overview

Public Constructors

SpecificHostComparer Constructs a SpecificHostComparer from the name of the target host, whether or not to prefer requests to the target host and the inner comparer to use for ties.

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 the current request comes from a high-priority host.
ReferenceEquals  (inherited from Object)  
ToString  (inherited from Object)  

Public Properties

HostName The name of the target host.
InnerComparer  (inherited from DecoratingComparer) The inner BaseComparer.
PreferToStayOnHost Whether or not to prioritize requests to the specified host above (
true
) or below(
false
) other request.

Protected Methods

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

See Also

SpecificHostComparer Class | Eas.WebCrawler.PlugIns.RequestComparers Namespace