Summary

A ConditionalStorageFactory that uses different delegated factories depending on whether or not the current web request is returning a text or binary response.
For a list of all members of this type, see IsTextResponseConditionalFactory Members .

Type Relationships

  System.Object
     Eas.WebCrawler.PlugIns.TemporaryStorage.ConditionalStorageFactory
      Eas.WebCrawler.PlugIns.TemporaryStorage.IsTextResponseConditionalFactory

Declaration Syntax

Public Class IsTextResponseConditionalFactory
	Inherits ConditionalStorageFactory
public class IsTextResponseConditionalFactory : ConditionalStorageFactory
public __gc class IsTextResponseConditionalFactory : public ConditionalStorageFactory
public class IsTextResponseConditionalFactory extends ConditionalStorageFactory

Remarks

The thought here is that text (html) responses will be smaller than binary (image, movie) responses, so we can use the appropriate factory here.

Requirements

Namespace: Eas.WebCrawler.PlugIns.TemporaryStorage
Assembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)

See Also

IsTextResponseConditionalFactory Members | Eas.WebCrawler.PlugIns.TemporaryStorage Namespace