UdpAppender RemoteEndPoint Property Apache log4net™ SDK Documentation
Gets or sets the cached remote endpoint to which the logging events should be sent.

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

protected IPEndPoint RemoteEndPoint { get; set; }

Property Value

Type: OnlineIPEndPoint
The cached remote endpoint to which the logging events will be sent.
Remarks

The ActivateOptions  method will initialize the remote endpoint with the values of the RemoteAddress and RemotePort properties.
See Also