Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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 on interface types disabled by browser privacy policy.
Syntax
dictionary MSNetworkInterfaceType {
             boolean interfaceTypeEthernet;
             boolean interfaceTypeWireless;
             boolean interfaceTypePPP;
             boolean interfaceTypeTunnel;
             boolean interfaceTypeWWAN;
};
Standards information
MSNetworkInterfaceType Dictionary
| Member | Type | Description | 
|---|---|---|
| interfaceTypeEthernet | boolean | An interface identified as "Ethernet" by the operating system. | 
| interfaceTypeWireless | boolean | A PPP interface (dialup, PPPoE or VPN). | 
| interfaceTypePPP | boolean | A Tunnel interface (e.g. VPN or IPv6 tunnels). | 
| interfaceTypeTunnel | boolean | A wireless WWAN interface. | 
| interfaceTypeWWAN | boolean | An IEEE 802.11 interface. |