C# Class LiveFlight.Versioning

Mostrar archivo Open project: LiveFlightApp/Connect-Windows

Public Properties

Property Type Description
currentAppVersion String

Public Methods

Method 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

Method Description
makeGetRequest ( ) : string

Method Details

IsNetworkAvailable() public static method

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

IsNetworkAvailable() public static method

public static IsNetworkAvailable ( long minimumSpeed ) : bool
minimumSpeed long
return bool

checkForUpdate() public static method

public static checkForUpdate ( ) : void
return void

Property Details

currentAppVersion public_oe static_oe property

public static String currentAppVersion
return String