NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpRequest.UserHostAddress

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;

Property Value

A string representing the IP host address of the remote client.

See Also

HttpRequest Class | HttpRequest Members | System.Web Namespace