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