Classes
Class | Description |
---|---|
AspNetDetector |
SummaryA helper class which attempts to determine if a web page was built with Asp.Net. |
ConditionalUrlProcessor |
SummaryA processor that takes two nested processors and calls one or the other based on the result of calling into a passed-in delegate. |
DelegatingUrlProcessedHandler |
SummaryA base class for classes that handle the UrlProcessed notification of the web crawler by delegating to an inner handler. |
DoNothingUrlProcessedHandler |
SummaryA UrlProcessedHandler which does nothing when the UrlProcessed event is fired by the web crawler. |
EventFiringUrlProcessedHandler |
SummaryHandles UrlProcessed events fired by firing its own events. |
FileSavingUrlProcessedHandler |
SummaryHandles UrlProcessed events by saving out the response to a file. |
LinkListCreatingUrlProcessor |
SummaryHandles UrlProcessed events by looking for all links in the body of the response and saving them out to a file. |
VisitedListCreatingUrlProcessor |
SummaryHandles UrlProcessed events by saving out the processed Uri (not the request's contents) to a file. |
Interfaces
Interface | Description |
---|---|
UrlProcessedHandler |
SummaryA base helper class that can (but need not be) used when handling UrlProcessed events fired by the web crawler. |
Delegates
Delegate | Description |
---|---|
UrlSelectionDelegate |
SummaryA delegate taking a UrlCompletedEventArgs and returning a System.Boolean. |