Classes

Class Description
ConditionalStorageFactory

Summary

A base class for TemporaryStorageFactorys that can use one of two different factories internally depending on the details of the web request.
FileStorage

Summary

A Eas.WebCrawler.PlugIns.TemporaryStorage that stores data in a temporary file on disk.
FileStorageFactory

Summary

A TemporaryStorageFactory that creates a FileStorage to store data in.
IsTextResponseConditionalFactory

Summary

A ConditionalStorageFactory that uses different delegated factories depending on whether or not the current web request is returning a text or binary response.
MemoryStorage

Summary

A Eas.WebCrawler.PlugIns.TemporaryStorage that stores data in a memory stream.
MemoryStorageFactory

Summary

A TemporaryStorageFactory that creates a MemoryStorage to store data in.
StreamBasedStorage

Summary

A base class for implementations of TemporaryStorage that stores data in some sort of stream.