GetHostEntry Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Resolves a host name or IP address to an IPHostEntry instance.
Namespace: System.Net
Assembly: System (in System.dll)
Parameters
- hostNameOrAddress
- Type: System..::..String
The host name or IP address to resolve.
Return Value
Type: System.Net..::..IPHostEntryAn IPHostEntry instance that contains address information about the host specified in hostNameOrAddress.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.
Show: