C# Class Cheesebaron.MvxPlugins.Connectivity.BaseConnectivity

Inheritance: IConnectivity
Show file Open project: Cheesebaron/Cheesebaron.MvxPlugins

Public Methods

Method Description
GetHostReachableAsync ( string host, CancellationToken token = default(CancellationToken) ) : Task

Protected Methods

Method Description
ChangeConnectivityStatus ( bool connected, bool isWifi, bool isCellular, bool fireMissiles ) : void
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

ChangeConnectivityStatus() protected method

protected ChangeConnectivityStatus ( bool connected, bool isWifi, bool isCellular, bool fireMissiles ) : void
connected bool
isWifi bool
isCellular bool
fireMissiles bool
return void

GetHostReachableAsync() public abstract method

public abstract GetHostReachableAsync ( string host, CancellationToken token = default(CancellationToken) ) : Task
host string
token System.Threading.CancellationToken
return Task

OnPropertyChanged() protected method

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
return void