Share via


MSNetworkConnectivityInfo Dictionary object

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Contains information specific to the network connection. It is described in [MS-QoE] Section 2.2.1.8 (NetworkConnectivityInfo).

Syntax

dictionary MSNetworkConnectivityInfo {
             boolean            vpn;
             unsigned long long linkspeed;
             DOMString          networkConnectionDetails;
};

Standards information

MSConnectivity Dictionary

Member Type Description
linkspeed unsigned long long The link speed of the network interface of the endpoint, in bits per second.
networkConnectionDetails DOMString Information about the interface type. Valid types include "Other" (an interface type other than Ethernet, WiFi, PPP, Tunnnel or Mobile BB), "Ethernet" (an interface identified as Ethernet by the operating system), "WiFi" (an IEEE 802.11 interface), "PPP" (a PPP interface, such as dialup, PPPoE or VPN), "Tunnel" (a tunnel interface such as a GRE or IPv6 tunnel), or "MobileBB" (a mobile broadband interface such as LTE).
vpn boolean "True" if user is on VPN, "False" if not.

 

See also

Statistics extensions

Statistics API