System.Net.Socket.TIPAddress.Any

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class property Any: TIPAddress read GetAny;

C++

/* static */ __property TIPAddress Any = {read=GetAny};

Eigenschaften

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


Beschreibung

Eine IP-Adresse, die dem Wert INADDR_ANY entspricht.

Siehe auch