Share via


IPHostEntry.AddressList Property

Gets a list of Internet Protocol (IP) addresses that are associated with a specific host server.

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

Syntax

public IPAddress [] AddressList { get; }

Property Value

An array of IPAddress objects, each of which contains an IP address that resolves to the host name, which is specified by the HostName property.

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 Class
IPHostEntry Members
System.Net Namespace