Declaration Syntax
Function AddRequest( _
ByVal uri As String, _
ByVal parent As Request _
) As Boolean
bool AddRequest(
string uri,
Request parent
);
bool AddRequest(
String uri,
Request parent
);
function AddRequest(
uri : String,
parent : Request
) : Boolean;
Parameters
- uri
- The uri of the request to add.
- parent
- The parent of the current request (the page on which the link is found) or if this request has not parent.
null
Return Value
true
Requirements
Namespace: Eas.WebCrawler.InterfacesAssembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)