System::Net::Dns::GetHostEntry मेथड
अंतर्वस्तु
[
छिपाना
]Dns::GetHostEntry(String) method
निर्दिष्ट स्ट्रिंग जिसका उपयोग होस्ट नाम या IP पता शामिल करता है, से एक नया IPHostEntry-class इंस्टेंस बनाता है।
static System::SharedPtr<IPHostEntry> System::Net::Dns::GetHostEntry(String hostNameOrAddress)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| hostNameOrAddress | String | एक स्ट्रिंग जिसमें होस्टनाम या IP पता शामिल है। |
ReturnValue
एक नया बनाया गया IPHostEntry-क्लास इंस्टेंस।
संबंधित देखें
- Typedef SharedPtr
- Class IPHostEntry
- Class String
- Class Dns
- Namespace System::Net
- Library Aspose.Page for C++
Dns::GetHostEntry(System::SharedPtr<IPAddress>) method
निर्दिष्ट IP पते का उपयोग करके एक नया IPHostEntry-class इंस्टेंस बनाता है।
static System::SharedPtr<IPHostEntry> System::Net::Dns::GetHostEntry(System::SharedPtr<IPAddress> address)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| पता | System::SharedPtr<IPAddress> | IP पता। |
ReturnValue
एक नया बनाया गया IPHostEntry-क्लास इंस्टेंस।
संबंधित देखें
- Typedef SharedPtr
- Class IPHostEntry
- Class IPAddress
- Class Dns
- Namespace System::Net
- Library Aspose.Page for C++