System.Net.Socket.TIPAddress.LookupAddress

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

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 String represenation of an IPv4 address.

See Also