NET Logging Library
CurrentEndPoint Property



KellermanSoftware.NetLoggingLibrary.Targets Namespace > UdpTarget Class : CurrentEndPoint Property
IP End Point to log to
Syntax
<XmlIgnoreAttribute()>
Public Property CurrentEndPoint As IPEndPoint
Dim instance As UdpTarget
Dim value As IPEndPoint
 
instance.CurrentEndPoint = value
 
value = instance.CurrentEndPoint
[XmlIgnore()]
public IPEndPoint CurrentEndPoint {get; set;}
[XmlIgnore()]
public:
property IPEndPoint^ CurrentEndPoint {
   IPEndPoint^ get();
   void set (    IPEndPoint^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UdpTarget Class
UdpTarget Members