Looks at the WebResponseInterface in the passed-in processingState and detects if the response is a redirect.

Declaration Syntax

Public Overridable Function IsRedirect( _
	ByVal processingState As ProcessingState _
) As Boolean
public virtual bool IsRedirect(
	ProcessingState processingState
);
public: virtual bool IsRedirect(
	ProcessingState processingState
);
public function IsRedirect(
	processingState : ProcessingState
) : Boolean;

Parameters

processingState
A ProcessingState whose WebResponse property has been filled in. 

Return Value

true
if the returned response is a redirect, otherwise
false
.

Requirements

Namespace: Eas.WebCrawler.Model.Gateway
Assembly: Eas.WebCrawler.Model.Gateway (eas.webcrawler.model.gateway.dll)

See Also

BaseWebGateway Class | BaseWebGateway Members | Eas.WebCrawler.Model.Gateway Namespace