PowerTCP Sockets for .NET
Address Property (IPEndPoint)




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 Sockets for .NET Documentation Version 4.5
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic