Share via


IPHostEntry Class

Constitutes a container class for information about an Internet host.

Namespace: System.Net
Assembly: System (in system.dll)

Syntax

public class IPHostEntry

Remarks

The IPHostEntry class associates a Domain Name System (DNS) host name with an array of IP addresses.

Use the IPHostEntry class as a helper class with the Dns class.

Note

The .NET Micro Framework does not support IPv6. If you are using IPv6 and your program attempts to retrieve a network address or network address properties, it will throw an exception.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

IPHostEntry Members
System.Net Namespace