C# 클래스 ModernApp4Me.Universal.Metadata.M4MReachability

Retrieves informations about current connection of the application
파일 보기 프로젝트 열기: smartnsoft/ModernApp4Me

공개 메소드들

메소드 설명
GetCurrentConnectionString ( ) : string
GetCurrentConnectionType ( ) : InternetConnectionType
HasCellularConnection ( ) : bool
HasInternetConnection ( ) : bool
HasWifiConnection ( ) : bool

메소드 상세

GetCurrentConnectionString() 공개 정적인 메소드

public static GetCurrentConnectionString ( ) : string
리턴 string

GetCurrentConnectionType() 공개 정적인 메소드

public static GetCurrentConnectionType ( ) : InternetConnectionType
리턴 InternetConnectionType

HasCellularConnection() 공개 정적인 메소드

public static HasCellularConnection ( ) : bool
리턴 bool

HasInternetConnection() 공개 정적인 메소드

public static HasInternetConnection ( ) : bool
리턴 bool

HasWifiConnection() 공개 정적인 메소드

public static HasWifiConnection ( ) : bool
리턴 bool