Gets the DNS name of remote client.
[Visual Basic] Public ReadOnly Property UserHostName As String [C#] public string UserHostName {get;} [C++] public: __property String* get_UserHostName(); [JScript] public function get UserHostName() : String;
A string representing the DNS name of the remote client.
HttpRequest Class | HttpRequest Members | System.Web Namespace