System::Net::Dns::GetHostByAddress-Methode
Dns::GetHostByAddress(String) method
Erstellt eine neue IPHostEntry-class-Instanz mithilfe der angegebenen String-Darstellung einer IP-Adresse.
static System::SharedPtr<IPHostEntry> System::Net::Dns::GetHostByAddress(String address)
| Parameter | Typ | Beschreibung |
|---|---|---|
| address | String | Die Zeichenkettenrepräsentation einer IP-Adresse. |
ReturnValue
Eine neu erstellte Instanz der IPHostEntry-Klasse.
Siehe auch
- Typedef SharedPtr
- Class IPHostEntry
- Class String
- Class Dns
- Namespace System::Net
- Library Aspose.Font for C++
Dns::GetHostByAddress(System::SharedPtr<IPAddress>) method
Erstellt eine neue IPHostEntry-class-Instanz mit der angegebenen IP-Adresse.
static System::SharedPtr<IPHostEntry> System::Net::Dns::GetHostByAddress(System::SharedPtr<IPAddress> address)
| Parameter | Typ | Beschreibung |
|---|---|---|
| address | System::SharedPtr<IPAddress> | Die IP-Adresse. |
ReturnValue
Eine neu erstellte Instanz der IPHostEntry-Klasse.
Siehe auch
- Typedef SharedPtr
- Class IPHostEntry
- Class IPAddress
- Class Dns
- Namespace System::Net
- Library Aspose.Font for C++