Declaration Syntax
Public Overridable Function GetRedirectUri( _
ByVal processingState As ProcessingState _
) As Uri
public virtual Uri GetRedirectUri(
ProcessingState processingState
);
public: virtual Uri GetRedirectUri(
ProcessingState processingState
);
public 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)