NetworkInformation.GetHostNames Method

Definition

Gets a list of host names associated with the local machine.

public:
 static IVectorView<HostName ^> ^ GetHostNames();
 static IVectorView<HostName> GetHostNames();
public static IReadOnlyList<HostName> GetHostNames();
function getHostNames()
Public Shared Function GetHostNames () As IReadOnlyList(Of HostName)

Returns

An array of host names for the local machine.

Applies to