IHttpListenerRequest RemoteEndPoint Property WebDAV#
Gets the client IP address and port number from which the request originated.

Namespace: WebDAVSharp.Server.Adapters
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IPEndPoint RemoteEndPoint { get; }

Property Value

Type: IPEndPoint
The remote end point.
See Also