WindowsDevicePortalWrapper  0.9.0.0
A client library that wraps the Windows Device Portal REST APIs.
Properties | List of all members
Microsoft.Tools.WindowsDevicePortal.DevicePortal.WifiNetworkInfo Class Reference

WiFi network info. More...

Properties

bool IsConnected [get]
 Gets a value indicating whether the device is already connected to this network. More...
 
string AuthenticationAlgorithm [get]
 Gets the authentication algorithm. More...
 
int Channel [get]
 Gets the channel. More...
 
string CipherAlgorithm [get]
 Gets the cipher algorithm. More...
 
bool IsConnectable [get]
 Gets a value indicating whether this network is connectable More...
 
string InfrastructureType [get]
 Gets the infrastructure type - ad hoc or standard. More...
 
bool IsProfileAvailable [get]
 Gets a value indicating whether a profile is available. More...
 
string ProfileName [get]
 Gets the profile name. More...
 
string Ssid [get]
 Gets the SSID. More...
 
bool IsSecurityEnabled [get]
 Gets a value indicating whether security is enabled. More...
 
int SignalQuality [get]
 Gets the signal quality. More...
 
List< int > Bssid [get]
 Gets the BSSID. More...
 
List< string > NetworkTypes [get]
 Gets physical types. More...
 

Detailed Description

WiFi network info.

Property Documentation

string Microsoft.Tools.WindowsDevicePortal.DevicePortal.WifiNetworkInfo.AuthenticationAlgorithm
get

Gets the authentication algorithm.

List<int> Microsoft.Tools.WindowsDevicePortal.DevicePortal.WifiNetworkInfo.Bssid
get

Gets the BSSID.

int Microsoft.Tools.WindowsDevicePortal.DevicePortal.WifiNetworkInfo.Channel
get

Gets the channel.

string Microsoft.Tools.WindowsDevicePortal.DevicePortal.WifiNetworkInfo.CipherAlgorithm
get

Gets the cipher algorithm.

string Microsoft.Tools.WindowsDevicePortal.DevicePortal.WifiNetworkInfo.InfrastructureType
get

Gets the infrastructure type - ad hoc or standard.

bool Microsoft.Tools.WindowsDevicePortal.DevicePortal.WifiNetworkInfo.IsConnectable
get

Gets a value indicating whether this network is connectable

bool Microsoft.Tools.WindowsDevicePortal.DevicePortal.WifiNetworkInfo.IsConnected
get

Gets a value indicating whether the device is already connected to this network.

bool Microsoft.Tools.WindowsDevicePortal.DevicePortal.WifiNetworkInfo.IsProfileAvailable
get

Gets a value indicating whether a profile is available.

bool Microsoft.Tools.WindowsDevicePortal.DevicePortal.WifiNetworkInfo.IsSecurityEnabled
get

Gets a value indicating whether security is enabled.

List<string> Microsoft.Tools.WindowsDevicePortal.DevicePortal.WifiNetworkInfo.NetworkTypes
get

Gets physical types.

string Microsoft.Tools.WindowsDevicePortal.DevicePortal.WifiNetworkInfo.ProfileName
get

Gets the profile name.

int Microsoft.Tools.WindowsDevicePortal.DevicePortal.WifiNetworkInfo.SignalQuality
get

Gets the signal quality.

string Microsoft.Tools.WindowsDevicePortal.DevicePortal.WifiNetworkInfo.Ssid
get

Gets the SSID.


The documentation for this class was generated from the following file: