C# Class ModernApp4Me.Universal.Metadata.M4MReachability

Retrieves informations about current connection of the application
Mostra file Open project: smartnsoft/ModernApp4Me

Public Methods

Method Description
GetCurrentConnectionString ( ) : string
GetCurrentConnectionType ( ) : InternetConnectionType
HasCellularConnection ( ) : bool
HasInternetConnection ( ) : bool
HasWifiConnection ( ) : bool

Method Details

GetCurrentConnectionString() public static method

public static GetCurrentConnectionString ( ) : string
return string

GetCurrentConnectionType() public static method

public static GetCurrentConnectionType ( ) : InternetConnectionType
return InternetConnectionType

HasCellularConnection() public static method

public static HasCellularConnection ( ) : bool
return bool

HasInternetConnection() public static method

public static HasInternetConnection ( ) : bool
return bool

HasWifiConnection() public static method

public static HasWifiConnection ( ) : bool
return bool