Gets or sets the TCP port number of the remote host or multicast group to which
the underlying
UdpClient should sent the logging event.
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
public int RemotePort { get; set; }
public int RemotePort { get; set; }
Public Property RemotePort As Integer
Get
Set
Public Property RemotePort As Integer
Get
Set
public:
property int RemotePort {
int get ();
void set (int value);
}
public:
property int RemotePort {
int get ();
void set (int value);
}
Property Value
Type:
Int32
An integer value in the range
MinPort to
MaxPort
indicating the TCP port number of the remote host or multicast group to which the logging event
will be sent.
The underlying
UdpClient will send messages to this TCP port number
on the remote host or multicast group.