System.Net.Socket.TIPAddress.LookupName

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function LookupName(const Name: string): TIPAddress; static;

C++

static TIPAddress __fastcall LookupName(const System::UnicodeString Name);

Eigenschaften

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


Beschreibung

Gibt eine IP-Adresse auf Basis des angegebenen Domänennamens zurück.

Siehe auch