The depth of this request.

Declaration Syntax

Public ReadOnly Property Depth() As Integer
public int Depth {get;}
public: __property int get_Depth();
public function get Depth() : int;

Remarks

The depth of a request is the number of parents that this request has. Root requests have depth
0
.

Requirements

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

See Also

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