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 isnull
Requirements
Namespace: Eas.WebCrawler.InterfacesAssembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)