C# Class LiveFlight.Versioning

Afficher le fichier Open project: LiveFlightApp/Connect-Windows

Méthodes publiques

Свойство Type Description
currentAppVersion String

Méthodes publiques

Méthode Description
IsNetworkAvailable ( ) : bool

Indicates whether any network connection is available. Filter connections below a specified speed, as well as virtual network cards.

IsNetworkAvailable ( long minimumSpeed ) : bool
checkForUpdate ( ) : void

Private Methods

Méthode Description
makeGetRequest ( ) : string

Method Details

IsNetworkAvailable() public static méthode

Indicates whether any network connection is available. Filter connections below a specified speed, as well as virtual network cards.
public static IsNetworkAvailable ( ) : bool
Résultat bool

IsNetworkAvailable() public static méthode

public static IsNetworkAvailable ( long minimumSpeed ) : bool
minimumSpeed long
Résultat bool

checkForUpdate() public static méthode

public static checkForUpdate ( ) : void
Résultat void

Property Details

currentAppVersion public_oe static_oe property

public static String currentAppVersion
Résultat String