System::Net::Dns::GetHostByAddress methode

Dns::GetHostByAddress(String) method

Maakt een nieuw IPHostEntry-class‑instance aan met de opgegeven tekenreeksrepresentatie van een IP-adres.

static System::SharedPtr<IPHostEntry> System::Net::Dns::GetHostByAddress(String address)
ParameterTypeBeschrijving
adresStringDe tekenreeksrepresentatie van een IP-adres.

ReturnValue

Een nieuw aangemaakt IPHostEntry-class‑object.

Zie ook

Dns::GetHostByAddress(System::SharedPtr<IPAddress>) method

Maakt een nieuw IPHostEntry-class‑instance aan met het opgegeven IP-adres.

static System::SharedPtr<IPHostEntry> System::Net::Dns::GetHostByAddress(System::SharedPtr<IPAddress> address)
ParameterTypeBeschrijving
adresSystem::SharedPtr<IPAddress>Het IP-adres.

ReturnValue

Een nieuw aangemaakt IPHostEntry-class‑object.

Zie ook