NameResolutionResult.NetworkInterface Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the network interface that was used to resolve the host name.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Property Value
Type: Microsoft.Phone.Net.NetworkInformation.NetworkInterfaceInfoThe network interface that was used to resolve the host name.
In one version of the ResolveHostNameAsync method, the user specifies the network interface. In the other version, the first available network interface is used.
Show: