NetworkInformation.GetHostNames Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.