Creates a new WebRequestInterface for the passed-in request.

Declaration Syntax

Public Overridable Function CreateWebRequest( _
	ByVal processingState As ProcessingState _
) As WebRequestInterface
public virtual WebRequestInterface CreateWebRequest(
	ProcessingState processingState
);
public: virtual WebRequestInterface CreateWebRequest(
	ProcessingState processingState
);
public function CreateWebRequest(
	processingState : ProcessingState
) : WebRequestInterface;

Parameters

processingState
A ProcessingState whose
Request
property contains data about what uri to use for the created request pbject. 

Return Value

A new WebRequestInterface wrapping a System.Net.WebRequest object.

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