System::Net::Dns::GetHostByAddress الطريقة
Dns::GetHostByAddress(String) method
ينشئ مثيلًا جديدًا من الفئة IPHostEntry باستخدام تمثيل السلسلة المحدد لعنوان IP.
static System::SharedPtr<IPHostEntry> System::Net::Dns::GetHostByAddress(String address)
| Parameter | Type | الوصف |
|---|---|---|
| عنوان | String | تمثيل السلسلة لعنوان IP. |
ReturnValue
مثيل جديد تم إنشاؤه من الفئة IPHostEntry.
انظر أيضًا
- Typedef SharedPtr
- Class IPHostEntry
- Class String
- Class Dns
- Namespace System::Net
- Library Aspose.Page for C++
Dns::GetHostByAddress(System::SharedPtr<IPAddress>) method
ينشئ مثيلًا جديدًا من الفئة IPHostEntry باستخدام عنوان IP المحدد.
static System::SharedPtr<IPHostEntry> System::Net::Dns::GetHostByAddress(System::SharedPtr<IPAddress> address)
| Parameter | Type | الوصف |
|---|---|---|
| عنوان | System::SharedPtr<IPAddress> | عنوان IP. |
ReturnValue
مثيل جديد تم إنشاؤه من الفئة IPHostEntry.
انظر أيضًا
- Typedef SharedPtr
- Class IPHostEntry
- Class IPAddress
- Class Dns
- Namespace System::Net
- Library Aspose.Page for C++