PowerTCP Mail for .NET
RemoteEndPoint Property (Session)




EndPoint of the remote host to connect to.
Syntax
Public Property RemoteEndPoint As IPEndPoint
Dim instance As Session
Dim value As IPEndPoint
 
instance.RemoteEndPoint = value
 
value = instance.RemoteEndPoint
public IPEndPoint RemoteEndPoint {get; set;}
public: __property IPEndPoint* get_RemoteEndPoint();
public: __property void set_RemoteEndPoint( 
   IPEndPoint* value
);
public:
property IPEndPoint^ RemoteEndPoint {
   IPEndPoint^ get();
   void set (    IPEndPoint^ value);
}
See Also

Reference

Session Class
Session Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic