PowerTCP SSH and SFTP for .NET
LocalEndPoint Property




EndPoint to bind to locally.
Syntax
'Declaration
 
<DefaultValueAttribute("0.0.0.0:0")>
Public Property LocalEndPoint As IPEndPoint
'Usage
 
Dim instance As Connection
Dim value As IPEndPoint
 
instance.LocalEndPoint = value
 
value = instance.LocalEndPoint
[DefaultValue("0.0.0.0:0")]
public IPEndPoint LocalEndPoint {get; set;}
[DefaultValue("0.0.0.0:0")]
public: __property IPEndPoint* get_LocalEndPoint();
public: __property void set_LocalEndPoint( 
   IPEndPoint* value
);
[DefaultValue("0.0.0.0:0")]
public:
property IPEndPoint^ LocalEndPoint {
   IPEndPoint^ get();
   void set (    IPEndPoint^ value);
}
See Also

Reference

Connection Class
Connection Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic