Gets or sets the TCP port number from which the underlying  UdpClient will communicate.
UdpClient will communicate.
            
Namespace: log4net.Appender UdpClient will communicate.
UdpClient will communicate.
            Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Property Value
Type: Int32
Int32An integer value in the range
 MinPort to
MinPort to  MaxPort 
            indicating the TCP port number from which the underlying
MaxPort 
            indicating the TCP port number from which the underlying  UdpClient will communicate.
UdpClient will communicate.
            Exceptions
| Exception | Condition | 
|---|---|
|  System ArgumentOutOfRangeException | The value specified is less than  MinPort or greater than  MaxPort. | 
Remarks
            The underlying  UdpClient will bind to this port for sending messages.
UdpClient will bind to this port for sending messages.
            
Setting the value to 0 (the default) will cause the udp client not to bind to a local port.
See Also