C# Class InTheHand.Networking.Connectivity.NetworkInformation

Provides access to network connection information for the local machine.
PlatformVersion supported AndroidAndroid 4.4 and later iOSiOS 9.0 and later tvOStvOS 9.0 and later TizenTizen 3.0 Windows UWPWindows 10 Windows StoreWindows 8.1 or later Windows Phone StoreWindows Phone 8.1 or later Windows Phone SilverlightWindows Phone 8.0 or later Windows (Desktop Apps)Windows Vista or later
Mostrar archivo Open project: inthehand/Charming

Public Methods

Method Description
GetInternetConnectionProfile ( ) : ConnectionProfile

Gets the connection profile associated with the internet connection currently used by the local machine.

Private Methods

Method Description
NetworkChange_NetworkAvailabilityChanged ( object sender, System.Net.NetworkInformation.NetworkAvailabilityEventArgs e ) : void
NetworkInformation ( ) : System
NetworkInformation_NetworkStatusChanged ( object sender ) : void
OnNetworkStatusChanged ( ) : void
ReachabilityNotification ( NetworkReachabilityFlags flags ) : void
_manager_DefaultNetworkActive ( object sender, EventArgs e ) : void

Method Details

GetInternetConnectionProfile() public static method

Gets the connection profile associated with the internet connection currently used by the local machine.
public static GetInternetConnectionProfile ( ) : ConnectionProfile
return ConnectionProfile