Classes

Class Description
AspNetDetector

Summary

A helper class which attempts to determine if a web page was built with Asp.Net.
ConditionalUrlProcessor

Summary

A processor that takes two nested processors and calls one or the other based on the result of calling into a passed-in delegate.
DelegatingUrlProcessedHandler

Summary

A base class for classes that handle the UrlProcessed notification of the web crawler by delegating to an inner handler.
DoNothingUrlProcessedHandler

Summary

A UrlProcessedHandler which does nothing when the UrlProcessed event is fired by the web crawler.
EventFiringUrlProcessedHandler

Summary

Handles UrlProcessed events fired by firing its own events.
FileSavingUrlProcessedHandler

Summary

Handles UrlProcessed events by saving out the response to a file.
LinkListCreatingUrlProcessor

Summary

Handles UrlProcessed events by looking for all links in the body of the response and saving them out to a file.
VisitedListCreatingUrlProcessor

Summary

Handles UrlProcessed events by saving out the processed Uri (not the request's contents) to a file.

Interfaces

Interface Description
UrlProcessedHandler

Summary

A base helper class that can (but need not be) used when handling UrlProcessed events fired by the web crawler.

Delegates

Delegate Description
UrlSelectionDelegate

Summary

A delegate taking a UrlCompletedEventArgs and returning a System.Boolean.