log4net SDK Reference

UdpAppender.RemoteEndPoint Property

Gets or sets the cached remote endpoint to which the logging events should be sent.

[Visual Basic]
Protected Property RemoteEndPoint As IPEndPoint
[C#]
protected System.Net.IPEndPoint RemoteEndPoint {get; set;}

Property Value

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

UdpAppender Class | log4net.Appender Namespace