Creates a new WebRequestInterface for the passed-in request.

Declaration Syntax

Function CreateWebRequest( _
	ByVal processingState As ProcessingState _
) As WebRequestInterface
WebRequestInterface CreateWebRequest(
	ProcessingState processingState
);
WebRequestInterface CreateWebRequest(
	ProcessingState processingState
);
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

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