PowerTCP FTP for .NET
DataLocalEndPoint Property



Specifies the IPEndPoint and port range to be used by the data connection.
Syntax
Public Property DataLocalEndPoint As IPEndPoint
Dim instance As FtpSession
Dim value As IPEndPoint
 
instance.DataLocalEndPoint = value
 
value = instance.DataLocalEndPoint
public IPEndPoint DataLocalEndPoint {get; set;}
public:
property IPEndPoint^ DataLocalEndPoint {
   IPEndPoint^ get();
   void set (    IPEndPoint^ value);
}
Remarks
Defaults to IPAddress.Any and an ephemeral port of 0.
See Also

Reference

FtpSession Class
FtpSession Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic