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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.