UdpAppender RemotePort Property Apache log4net™ SDK Documentation
Gets or sets the TCP port number of the remote host or multicast group to which the underlying OnlineUdpClient should sent the logging event.

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

public int RemotePort { get; set; }

Property Value

Type: OnlineInt32
An integer value in the range OnlineMinPort to OnlineMaxPort indicating the TCP port number of the remote host or multicast group to which the logging event will be sent.
Exceptions

Remarks

The underlying OnlineUdpClient will send messages to this TCP port number on the remote host or multicast group.
See Also