Checks whether the current response is text or not.

Declaration Syntax

Protected Overrides Function ConditionalCheck( _
	ByVal processingState As ProcessingState _
) As Boolean
protected override bool ConditionalCheck(
	ProcessingState processingState
);
protected: bool ConditionalCheck(
	ProcessingState processingState
);
protected override function ConditionalCheck(
	processingState : ProcessingState
) : Boolean;

Parameters

processingState
The details of the current request. 

Return Value

true
if the current request is text, otherwise
false
.

Requirements

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

See Also

IsTextResponseConditionalFactory Class | IsTextResponseConditionalFactory Members | Eas.WebCrawler.PlugIns.TemporaryStorage Namespace