System.Net.Socket.TIPAddress.Address

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Address: string read GetAddress;

C++

__property System::UnicodeString Address = {read=GetAddress};

Properties

Type Visibility Source Unit Parent
property public
System.Net.Socket.pas
System.Net.Socket.hpp
System.Net.Socket TIPAddress

Description

IP address in a String format suitable for display.

See Also