System.Net.Socket.TIPAddress.LookupAddress

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class function LookupAddress(const Address: string): TIPAddress; static;

C++

static TIPAddress __fastcall LookupAddress(const System::UnicodeString Address);

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Net.Socket.pas
System.Net.Socket.hpp
System.Net.Socket TIPAddress


Description

Renvoie une adresse IP basée sur la représentation chaîne fournie d'une adresse IPv4.

Voir aussi