The parent of this request.

Declaration Syntax

Public ReadOnly Property Parent() As Request
public Request Parent {get;}
public: __property Request get_Parent();
public function get Parent() : Request;

Remarks

The parent is the request which contained the reference to this request. It is
null
if this request had no parent.

Requirements

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

See Also

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