Method | Description | |
---|---|---|
InternetConnectionStatus ( ) : MvxReachabilityStatus | ||
IsAdHocWiFiNetworkAvailable ( NetworkReachabilityFlags &flags ) : bool | ||
IsHostReachable ( string host ) : bool | ||
IsReachableWithoutRequiringConnection ( NetworkReachabilityFlags flags ) : bool | ||
LocalWifiConnectionStatus ( ) : MvxReachabilityStatus | ||
RemoteHostStatus ( ) : MvxReachabilityStatus | ||
StaticIsHostReachable ( string host ) : bool |
Method | Description | |
---|---|---|
IsNetworkAvaialable ( NetworkReachabilityFlags &flags ) : bool | ||
OnChange ( NetworkReachabilityFlags flags ) : void |
public static InternetConnectionStatus ( ) : MvxReachabilityStatus | ||
return | MvxReachabilityStatus |
public static IsAdHocWiFiNetworkAvailable ( NetworkReachabilityFlags &flags ) : bool | ||
flags | NetworkReachabilityFlags | |
return | bool |
public IsHostReachable ( string host ) : bool | ||
host | string | |
return | bool |
public static IsReachableWithoutRequiringConnection ( NetworkReachabilityFlags flags ) : bool | ||
flags | NetworkReachabilityFlags | |
return | bool |
public static LocalWifiConnectionStatus ( ) : MvxReachabilityStatus | ||
return | MvxReachabilityStatus |
public static RemoteHostStatus ( ) : MvxReachabilityStatus | ||
return | MvxReachabilityStatus |
public static StaticIsHostReachable ( string host ) : bool | ||
host | string | |
return | bool |