C# 클래스 Cheesebaron.MvxPlugins.Connectivity.BaseConnectivity

상속: IConnectivity
파일 보기 프로젝트 열기: Cheesebaron/Cheesebaron.MvxPlugins

공개 메소드들

메소드 설명
GetHostReachableAsync ( string host, CancellationToken token = default(CancellationToken) ) : Task

보호된 메소드들

메소드 설명
ChangeConnectivityStatus ( bool connected, bool isWifi, bool isCellular, bool fireMissiles ) : void
OnPropertyChanged ( [ propertyName = null ) : void

메소드 상세

ChangeConnectivityStatus() 보호된 메소드

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

GetHostReachableAsync() 공개 추상적인 메소드

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

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
리턴 void