Retrieves the redirect Uri from a web response representing a redirect

Declaration Syntax

Function GetRedirectUri( _
	ByVal processingState As ProcessingState _
) As Uri
Uri GetRedirectUri(
	ProcessingState processingState
);
Uri GetRedirectUri(
	ProcessingState processingState
);
function GetRedirectUri(
	processingState : ProcessingState
) : Uri;

Parameters

processingState
A ProcessingState whose WebResponse property has been filled in. 

Return Value

The System.Uri which is the target of the redirect.

Requirements

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

See Also

WebGateway Interface | WebGateway Members | Eas.WebCrawler.Model.Gateway Namespace