NetworkNotificationEventArgs.NetworkInterface Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets all available information about the network interface.

Namespace:  Microsoft.Phone.Net.NetworkInformation
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public ReadOnly Property NetworkInterface As NetworkInterfaceInfo
public NetworkInterfaceInfo NetworkInterface { get; }

Property Value

Type: Microsoft.Phone.Net.NetworkInformation..::.NetworkInterfaceInfo
The network interface information associated with this notification.

Remarks

NetworkInterfaceInfo objects contain information such as the speed of the network interface and whether the network interface is connected.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

NetworkNotificationEventArgs Class

Microsoft.Phone.Net.NetworkInformation Namespace