System.Net.Socket.TNetEndpoint.Address

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also