System.Net.Socket.TIPAddress.Addr

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Addr: in_addr read FAddr;

C++

__property in_addr Addr = {read=FAddr};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Net.Socket.pas
System.Net.Socket.hpp
System.Net.Socket TIPAddress


Beschreibung

IP-Adresse in einem Format, das für die Verwendung mit verschiedenen Betriebssystem-Socket-APIs geeignet ist.

Siehe auch