Gets or sets the underlying  UdpClient.
UdpClient.
            
Namespace: log4net.Appender UdpClient.
UdpClient.
            Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Property Value
Type: UdpClient
UdpClientThe underlying
 UdpClient.
UdpClient.
            Remarks
 UdpClient to send logging events 
            over a network.  Classes deriving from UdpAppender can use this
            property to get or set this
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.  Use the underlying  UdpClient
            returned from Client if you require access beyond that which 
            UdpAppender provides.
UdpClient
            returned from Client if you require access beyond that which 
            UdpAppender provides.
            See Also