System.Net.Socket.TNetEndpoint.Address
Delphi
property Address: TIPAddress read GetAddress write SetAddress;
C++
__property TIPAddress Address = {read=GetAddress, write=SetAddress};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Net.Socket.pas System.Net.Socket.hpp |
System.Net.Socket | TNetEndpoint |
Description
The IP address that belongs to this instance of TNetEndpoint.