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)
| Parameter | Type | Açıklama |
|---|---|---|
| adres | String | Bir IP adresinin dize temsili. |
ReturnValue
Yeni oluşturulmuş IPHostEntry-class örneği.
Ayrıca Bakınız
- Typedef SharedPtr
- Class IPHostEntry
- Class String
- Class Dns
- Namespace System::Net
- Library Aspose.Page for C++
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)
| Parameter | Type | Açıklama |
|---|---|---|
| adres | System::SharedPtr<IPAddress> | IP adresi. |
ReturnValue
Yeni oluşturulmuş IPHostEntry-class örneği.
Ayrıca Bakınız
- Typedef SharedPtr
- Class IPHostEntry
- Class IPAddress
- Class Dns
- Namespace System::Net
- Library Aspose.Page for C++