Declaration Syntax
Public ReadOnly Property HostName() As String
public string HostName {get;}
public: __property String get_HostName();
public function get HostName() : String;
Remarks
This includes the whole host name includeing the 'www.' part and the '.com' part).Example
www.ggogle.comRequirements
Namespace: Eas.WebCrawler.PlugIns.RequestComparersAssembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)