ConditionalUrlProcessor overview

Public Constructors

ConditionalUrlProcessor Constructs a ConditionalUrlProcessor that two trueConditionHandlers and a UrlSelectionDelegate that determines which of the two processors to call.

Public Methods

Equals  (inherited from Object)  
GetHashCode  (inherited from Object)  
GetType  (inherited from Object)  
ReferenceEquals  (inherited from Object)  
ToString  (inherited from Object)  
UrlProcessed Handles notification that aurl was processed. It will delegate to an itnernal handler.

Public Properties

FalseConditionHandler The UrlProcessedHandler to use when the conditional delegate returns
false
.
TrueConditionHandler The UrlProcessedHandler to use when the conditional delegate returns
true
.

Protected Methods

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

See Also

ConditionalUrlProcessor Class | Eas.WebCrawler.PlugIns.UrlProcessedHandlers Namespace