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.GatewayAssembly: Eas.WebCrawler.Model.Gateway (eas.webcrawler.model.gateway.dll)