Share via


AddressList Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets a list of IP addresses that are associated with a host.

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

Syntax

'Declaration
Public ReadOnly Property AddressList As IPAddress()
public IPAddress[] AddressList { get; }
public:
property array<IPAddress^>^ AddressList {
    array<IPAddress^>^ get ();
}
member AddressList : IPAddress[] with get
function get AddressList () : IPAddress[]

Property Value

Type: array<System.Net. . :: . .IPAddress> [] () [] []
An array of type IPAddress that contains IP addresses that resolve to the host names that are contained in the Aliases property.

.NET Framework Security

See Also

Reference

IPHostEntry Class

System.Net Namespace