System::Net::Dns::GetHostByAddress मेथड

Dns::GetHostByAddress(String) method

निर्दिष्ट IP पते की स्ट्रिंग प्रतिनिधित्व का उपयोग करके एक नया IPHostEntry-class इंस्टेंस बनाता है।

static System::SharedPtr<IPHostEntry> System::Net::Dns::GetHostByAddress(String address)
पैरामीटरप्रकारविवरण
पताStringIP पते का स्ट्रिंग प्रतिनिधित्व।

ReturnValue

एक नया बनाया गया IPHostEntry-क्लास इंस्टेंस।

संबंधित देखें

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

निर्दिष्ट IP पते का उपयोग करके एक नया IPHostEntry-class इंस्टेंस बनाता है।

static System::SharedPtr<IPHostEntry> System::Net::Dns::GetHostByAddress(System::SharedPtr<IPAddress> address)
पैरामीटरप्रकारविवरण
पताSystem::SharedPtr<IPAddress>IP पता।

ReturnValue

एक नया बनाया गया IPHostEntry-क्लास इंस्टेंस।

संबंधित देखें