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