Gets or sets the TCP port number of the remote host or multicast group to which 
            the underlying  UdpClient should sent the logging event.
UdpClient should sent the logging event.
            
Namespace: log4net.Appender UdpClient should sent the logging event.
UdpClient should sent the logging event.
            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 of the remote host or multicast group to which the logging event 
            will be sent.
MaxPort 
            indicating the TCP port number of the remote host or multicast group to which the logging event 
            will be sent.
            Exceptions
| Exception | Condition | 
|---|---|
|  System ArgumentOutOfRangeException | The value specified is less than  MinPort or greater than  MaxPort. | 
Remarks
 UdpClient will send messages to this TCP port number
            on the remote host or multicast group.
UdpClient will send messages to this TCP port number
            on the remote host or multicast group.
            See Also