PowerTCP SSH and SFTP for .NET
Address Property




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

Reference

IPEndPoint Class
IPEndPoint Members


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