Gets or sets the cached remote endpoint to which the logging events should be sent.
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
protected IPEndPoint RemoteEndPoint { get; set; }
protected IPEndPoint RemoteEndPoint { get; set; }
Protected Property RemoteEndPoint As IPEndPoint
Get
Set
Protected Property RemoteEndPoint As IPEndPoint
Get
Set
protected:
property IPEndPoint^ RemoteEndPoint {
IPEndPoint^ get ();
void set (IPEndPoint^ value);
}
protected:
property IPEndPoint^ RemoteEndPoint {
IPEndPoint^ get ();
void set (IPEndPoint^ value);
}
Property Value
Type:
IPEndPoint
The cached remote endpoint to which the logging events will be sent.
The
ActivateOptions method will initialize the remote endpoint
with the values of the
RemoteAddress and
RemotePort
properties.