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