System.Net.Socket.TSocket.Addr

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Addr: sockaddr_in read FAddr;

C++

__property sockaddr_in Addr = {read=FAddr};

Eigenschaften

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


Beschreibung

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

Siehe auch