HttpListenerRequest.LocalEndPoint Property
Gets the server IP address and port number to which the request is directed. Not currently supported.
Namespace: System.Net
Assembly: System (in system.dll)
Syntax
public IPEndPoint LocalEndPoint { get; }
Property Value
An IPEndPoint that represents the IP address that the request is sent to.
Version Information
Available in the .NET Micro Framework versions 4.0 and 4.1.
See Also
Reference
HttpListenerRequest Class
HttpListenerRequest Members
System.Net Namespace