Share via


HttpListenerRequest.RemoteEndPoint Property

Gets the client IP address and port number from which the request originated.

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

Syntax

public IPEndPoint RemoteEndPoint { get; }

Property Value

An IPEndPoint that represents the IP address and port number from which the request originated.

Version Information

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

See Also

Reference

HttpListenerRequest Class
HttpListenerRequest Members
System.Net Namespace