System.Net.Socket.TIPAddress.Addr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Addr: in_addr read FAddr;

C++

__property in_addr Addr = {read=FAddr};

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 format that is suitable for use with various OS socket APIs.

See Also