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

Dns::GetHostByAddress(String) method

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

static System::SharedPtr<IPHostEntry> System::Net::Dns::GetHostByAddress(String address)
ParameterTypeAçıklama
adresStringBir IP adresinin dize temsili.

ReturnValue

Yeni oluşturulmuş IPHostEntry-class ö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)
ParameterTypeAçıklama
adresSystem::SharedPtr<IPAddress>IP adresi.

ReturnValue

Yeni oluşturulmuş IPHostEntry-class örneği.

Ayrıca Bakınız