System::Net::Dns::GetHostByName method

Dns::GetHostByName method

RTTI information.

static System::SharedPtr<IPHostEntry> System::Net::Dns::GetHostByName(String hostName)
ParameterTypeDescription
hostNameStringThe host name.

ReturnValue

A newly created IPHostEntry-class instance.

Remarks

Creates a new IPHostEntry-class instance using the specified host name.

See Also