C# Class InTheHand.Networking.Connectivity.ConnectionProfile

Represents a network connection, which includes either the currently connected network or prior network connections.
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
Exibir arquivo Open project: inthehand/Charming

Public Methods

Method Description
GetNetworkConnectivityLevel ( ) : NetworkConnectivityLevel

Gets the network connectivity level for this connection. This value indicates what network resources, if any, are currently available.

Private Methods

Method Description
ConnectionProfile ( NetworkInfo info ) : System
ConnectionProfile ( NetworkInterface networkInterface ) : System
ConnectionProfile ( NetworkReachabilityFlags flags ) : System
ConnectionProfile ( Tizen item ) : System
ConnectionProfile ( Windows profile ) : System

Method Details

GetNetworkConnectivityLevel() public method

Gets the network connectivity level for this connection. This value indicates what network resources, if any, are currently available.
public GetNetworkConnectivityLevel ( ) : NetworkConnectivityLevel
return NetworkConnectivityLevel