UdpAppenderRemoteEndPoint 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: 2.0.8.0-.NET 4.0
Syntax

protected IPEndPoint RemoteEndPoint { get; set; }

Property Value

Type: IPEndPoint
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

Reference