PowerTCP FTP for .NET
Address Property



Gets or sets the address of the endpoint.
Syntax
Public Shadows Property Address As IPAddress
Dim instance As IPEndPoint
Dim value As IPAddress
 
instance.Address = value
 
value = instance.Address
public new IPAddress Address {get; set;}
public:
new property IPAddress^ Address {
   IPAddress^ get();
   void set (    IPAddress^ value);
}
See Also

Reference

IPEndPoint Class
IPEndPoint Members


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