Classes
Class | Description |
---|---|
ConditionalStorageFactory |
SummaryA base class for TemporaryStorageFactorys that can use one of two different factories internally depending on the details of the web request. |
FileStorage |
SummaryA Eas.WebCrawler.PlugIns.TemporaryStorage that stores data in a temporary file on disk. |
FileStorageFactory | |
IsTextResponseConditionalFactory |
SummaryA ConditionalStorageFactory that uses different delegated factories depending on whether or not the current web request is returning a text or binary response. |
MemoryStorage |
SummaryA Eas.WebCrawler.PlugIns.TemporaryStorage that stores data in a memory stream. |
MemoryStorageFactory | |
StreamBasedStorage |
SummaryA base class for implementations of TemporaryStorage that stores data in some sort of stream. |