C# Class ModernApp4Me.Universal.Metadata.M4MReachability

Retrieves informations about current connection of the application
Afficher le fichier Open project: smartnsoft/ModernApp4Me

Méthodes publiques

Méthode Description
GetCurrentConnectionString ( ) : string
GetCurrentConnectionType ( ) : InternetConnectionType
HasCellularConnection ( ) : bool
HasInternetConnection ( ) : bool
HasWifiConnection ( ) : bool

Method Details

GetCurrentConnectionString() public static méthode

public static GetCurrentConnectionString ( ) : string
Résultat string

GetCurrentConnectionType() public static méthode

public static GetCurrentConnectionType ( ) : InternetConnectionType
Résultat InternetConnectionType

HasCellularConnection() public static méthode

public static HasCellularConnection ( ) : bool
Résultat bool

HasInternetConnection() public static méthode

public static HasInternetConnection ( ) : bool
Résultat bool

HasWifiConnection() public static méthode

public static HasWifiConnection ( ) : bool
Résultat bool