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)
| Parameter | Type | Beschrijving |
|---|---|---|
| adres | String | De tekenreeksrepresentatie van een IP-adres. |
ReturnValue
Een nieuw aangemaakt IPHostEntry-class‑object.
Zie ook
- Typedef SharedPtr
- Class IPHostEntry
- Class String
- Class Dns
- Namespace System::Net
- Library Aspose.Page for C++
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)
| Parameter | Type | Beschrijving |
|---|---|---|
| adres | System::SharedPtr<IPAddress> | Het IP-adres. |
ReturnValue
Een nieuw aangemaakt IPHostEntry-class‑object.
Zie ook
- Typedef SharedPtr
- Class IPHostEntry
- Class IPAddress
- Class Dns
- Namespace System::Net
- Library Aspose.Page for C++