System.Net.Socket.TSocket.LocalAddress

From RAD Studio API Documentation
Revision as of 08:48, 25 March 2015 by Danijelp (talk | contribs) (RS-60535)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

property LocalAddress: string read GetLocalAddress;

C++

__property System::UnicodeString LocalAddress = {read=GetLocalAddress};

Properties

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

Description

The local IP address.

See Also