UdpAppenderClient Property Apache log4net™ SDK Documentation
Gets or sets the underlying UdpClient.

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

protected UdpClient Client { get; set; }

Property Value

Type: UdpClient
The underlying UdpClient.
Remarks

UdpAppender creates a UdpClient to send logging events over a network. Classes deriving from UdpAppender can use this property to get or set this UdpClient. Use the underlying UdpClient returned from Client if you require access beyond that which UdpAppender provides.
See Also

Reference