System.Net.Socket.TIPAddress.LookupName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Returns an IP address based on the provided domain name.

See Also