System::Net::Dns::Resolve विधि
Dns::Resolve method
निर्दिष्ट होस्ट नाम का उपयोग करके एक नया IPHostEntry-class इंस्टेंस बनाता है।
static System::SharedPtr<IPHostEntry> System::Net::Dns::Resolve(String hostName)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| hostName | String | एक होस्ट नाम जिसका उपयोग IPHostEntry क्लास का नया इंस्टेंस बनाने के लिए किया जाता है। |
ReturnValue
एक नया बनाया गया IPHostEntry-क्लास इंस्टेंस।
संबंधित देखें
- Typedef SharedPtr
- Class IPHostEntry
- Class String
- Class Dns
- Namespace System::Net
- Library Aspose.Page for C++