Gets or sets the cached remote endpoint to which the logging events should be sent.
            
 
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
 
protected IPEndPoint RemoteEndPoint { get; set; }Protected Property RemoteEndPoint As IPEndPoint
	Get
	Set
protected:
property IPEndPoint^ RemoteEndPoint {
	IPEndPoint^ get ();
	void set (IPEndPoint^ value);
}member RemoteEndPoint : IPEndPoint with get, set
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.
            
 
Reference