Summary
A base class for TemporaryStorageFactorys that can use one of two different factories internally depending on the details of the web request.
For a list of all members of this type, see
ConditionalStorageFactory Members
.
Type Relationships
System.ObjectEas.WebCrawler.PlugIns.TemporaryStorage.ConditionalStorageFactory
Eas.WebCrawler.PlugIns.TemporaryStorage.IsTextResponseConditionalFactory
Declaration Syntax
MustInherit Public Class ConditionalStorageFactory
Implements TemporaryStorageFactory, WebCrawlerComponent
public abstract class ConditionalStorageFactory : TemporaryStorageFactory, WebCrawlerComponent
public __gc __abstract class ConditionalStorageFactory : public TemporaryStorageFactory, WebCrawlerComponent
public abstract class ConditionalStorageFactory implements TemporaryStorageFactory, WebCrawlerComponent
Remarks
Unlike other plugins in the webcrawler, this one had less need for extensibility, so we do not use a delegate here to determine which nested factory to use, instead we use an abstract method to be implemented in derived classes.Requirements
Namespace: Eas.WebCrawler.PlugIns.TemporaryStorageAssembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)