WebRequestInformation::UserHostAddress Property

 

Gets the user host address.

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

public:
property String^ UserHostAddress {
	String^ get();
}

Property Value

Type: System::String^

The user host address.

The following code example shows how to get the user host address.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: