System::Net::Dns::GetHostByAddress yöntemi

Dns::GetHostByAddress(String) method

Belirtilen IP adresinin dize temsili kullanılarak yeni bir IPHostEntry-class örneği oluşturur.

static System::SharedPtr<IPHostEntry> System::Net::Dns::GetHostByAddress(String address)
ParametreTürAçıklama
adresDizeIP adresinin dize temsili.

ReturnValue

Yeni oluşturulmuş bir IPHostEntry-sınıfı örneği.

Ayrıca Bakınız

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

Belirtilen IP adresini kullanarak yeni bir IPHostEntry-class örneği oluşturur.

static System::SharedPtr<IPHostEntry> System::Net::Dns::GetHostByAddress(System::SharedPtr<IPAddress> address)
ParametreTürAçıklama
adresSystem::SharedPtr<IPAddress>IP adresi.

ReturnValue

Yeni oluşturulmuş bir IPHostEntry-sınıfı örneği.

Ayrıca Bakınız