System::Net::Dns::Resolve method
Dns::Resolve method
Creates a new IPHostEntry-class instance using the specified host name.
static System::SharedPtr<IPHostEntry> System::Net::Dns::Resolve(String hostName)
Parameter | Type | Description |
---|---|---|
hostName | String | A host name that is used to create a new instance of the IPHostEntry class. |
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++