Share via


HttpListenerRequest.UserHostAddress Property

Gets the server IP address and port number to which the request is directed.

Namespace: System.Net
Assembly: System (in system.dll)

Syntax

public string UserHostAddress { get; }

Property Value

A String that contains the host address information.

Version Information

Available in the .NET Micro Framework versions 4.0 and 4.1.

See Also

Reference

HttpListenerRequest Class
HttpListenerRequest Members
System.Net Namespace