System::Net::Dns::GetHostByAddress method
Dns::GetHostByAddress(String) method
Creates a new IPHostEntry-class instance using the specified string representation of an IP address.
static System::SharedPtr<IPHostEntry> System::Net::Dns::GetHostByAddress(String address)
Parameter | Type | Description |
---|---|---|
address | String | The string representation of an IP address. |
ReturnValue
A newly created IPHostEntry-class instance.
See Also
- Typedef SharedPtr
- Class IPHostEntry
- Class String
- Class Dns
- Namespace System::Net
- Library Aspose.PUB for C++
Dns::GetHostByAddress(System::SharedPtr<IPAddress>) method
Creates a new IPHostEntry-class instance using the specified IP address.
static System::SharedPtr<IPHostEntry> System::Net::Dns::GetHostByAddress(System::SharedPtr<IPAddress> address)
Parameter | Type | Description |
---|---|---|
address | System::SharedPtr<IPAddress> | The IP address. |
ReturnValue
A newly created IPHostEntry-class instance.
See Also
- Typedef SharedPtr
- Class IPHostEntry
- Class IPAddress
- Class Dns
- Namespace System::Net
- Library Aspose.PUB for C++