Create a Request from a string representation of a Uri and a parent Request.

Declaration Syntax

Public Sub New( _
	ByVal uri As String _
)
public Request(
	string uri
);
public: Request(
	String uri
);
public function Request(
	uri : String
);

Parameters

uri
The text form of a Uri which this request represents. 

Requirements

Namespace: Eas.WebCrawler.Interfaces
Assembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)

See Also

Request Class | Request Members | Eas.WebCrawler.Interfaces Namespace