Declaration Syntax
Function IsRedirect( _
ByVal processingState As ProcessingState _
) As Boolean
bool IsRedirect(
ProcessingState processingState
);
bool IsRedirect(
ProcessingState processingState
);
function IsRedirect(
processingState : ProcessingState
) : Boolean;
Parameters
- processingState
- A ProcessingState whose WebResponse property has been filled in.
Return Value
true
false
Requirements
Namespace: Eas.WebCrawler.Model.GatewayAssembly: Eas.WebCrawler.Model.Gateway (eas.webcrawler.model.gateway.dll)