Method | Description | |
---|---|---|
ConnectToNetworkAsync ( WiFiAvailableNetwork network, bool autoConnect ) : Task |
||
ConnectToNetworkWithPasswordAsync ( WiFiAvailableNetwork network, bool autoConnect, |
||
DisconnectNetwork ( WiFiAvailableNetwork network ) : void | ||
GetAvailableNetworksAsync ( ) : Task |
||
GetCurrentIpv4Address ( ) : string | ||
GetCurrentNetworkName ( ) : string | ||
GetCurrentWifiNetwork ( ) : WiFiAvailableNetwork | ||
GetDirectConnectionName ( ) : string | ||
GetNetworkInformationAsync ( ) : Task |
||
IsNetworkOpen ( WiFiAvailableNetwork network ) : bool | ||
NetworkManager ( ) : System | ||
WifiIsAvailableAsync ( ) : Task |
Method | Description | |
---|---|---|
GetProvider ( ) : |
Get an instance of NetworkManager
|
|
HasSsid ( WiFiAdapter>.Dictionary |
||
Internet_InternetConnectionChanged ( object sender, |
||
TestAccessAsync ( ) : Task |
||
UpdateInfoAsync ( ) : Task |
public ConnectToNetworkAsync ( WiFiAvailableNetwork network, bool autoConnect ) : Task |
||
network | WiFiAvailableNetwork | |
autoConnect | bool | |
return | Task |
public ConnectToNetworkWithPasswordAsync ( WiFiAvailableNetwork network, bool autoConnect, |
||
network | WiFiAvailableNetwork | |
autoConnect | bool | |
password | ||
return | Task |
public DisconnectNetwork ( WiFiAvailableNetwork network ) : void | ||
network | WiFiAvailableNetwork | |
return | void |
public static GetCurrentNetworkName ( ) : string | ||
return | string |
public GetCurrentWifiNetwork ( ) : WiFiAvailableNetwork | ||
return | WiFiAvailableNetwork |
public static GetDirectConnectionName ( ) : string | ||
return | string |
public static GetNetworkInformationAsync ( ) : Task |
||
return | Task |
public static IsNetworkOpen ( WiFiAvailableNetwork network ) : bool | ||
network | WiFiAvailableNetwork | |
return | bool |