metode System::Net::Dns::GetHostByName

Dns::GetHostByName method

Informasi RTTI.

static System::SharedPtr<IPHostEntry> System::Net::Dns::GetHostByName(String hostName)
ParameterTipeDeskripsi
hostNameStringNama host.

ReturnValue

Instance kelas IPHostEntry yang baru dibuat.

Catatan

Membuat instance IPHostEntry-class baru menggunakan nama host yang ditentukan.

Lihat Juga