Whether to prioritize requests that stay on the same host as their parent above(
true
) or below (
false
) other requests.

Declaration Syntax

Public ReadOnly Property StayOnHost() As Boolean
public bool StayOnHost {get;}
public: __property bool get_StayOnHost();
public function get StayOnHost() : Boolean;

Requirements

Namespace: Eas.WebCrawler.PlugIns.RequestComparers
Assembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)

See Also

StayOnHostComparer Class | StayOnHostComparer Members | Eas.WebCrawler.PlugIns.RequestComparers Namespace