UdpAppender Client Property Apache log4net™ SDK Documentation
Gets or sets the underlying OnlineUdpClient.

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

protected UdpClient Client { get; set; }

Property Value

Type: OnlineUdpClient
The underlying OnlineUdpClient.
Remarks

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