NET Email Validation
LocalEndPoint Property






KellermanSoftware.NetEmailValidation Namespace > EmailValidation Class : LocalEndPoint Property
LocalEndPoint for connection. Use null if you want the system to assign your socket's local IP address
Syntax
'Declaration
 
Public Property LocalEndPoint As System.Net.IPEndPoint
'Usage
 
Dim instance As EmailValidation
Dim value As System.Net.IPEndPoint
 
instance.LocalEndPoint = value
 
value = instance.LocalEndPoint
public System.Net.IPEndPoint LocalEndPoint {get; set;}
public read-write property LocalEndPoint: System.Net.IPEndPoint; 
public function get,set LocalEndPoint : System.Net.IPEndPoint
public: __property System.Net.IPEndPoint* get_LocalEndPoint();
public: __property void set_LocalEndPoint( 
   System.Net.IPEndPoint* value
);
public:
property System.Net.IPEndPoint^ LocalEndPoint {
   System.Net.IPEndPoint^ get();
   void set (    System.Net.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

EmailValidation Class
EmailValidation Members