Android.Net.ConnectivityManager.StopUsingNetworkFeature Method
Tells the underlying networking system that the caller is finished using the named feature.

Syntax

[Android.Runtime.Register("stopUsingNetworkFeature", "(ILjava/lang/String;)I", "GetStopUsingNetworkFeature_ILjava_lang_String_Handler")]
[System.Obsolete("deprecated")]
public virtual int StopUsingNetworkFeature ([Android.Runtime.GeneratedEnum] ConnectivityType networkType, string feature)

Parameters

networkType
specifies which network the request pertains to
feature
the name of the feature that is no longer needed

Returns

Documentation for this section has not yet been entered.

Remarks

Tells the underlying networking system that the caller is finished using the named feature. The interpretation of feature is completely up to each networking implementation.

This method requires the caller to hold the permission NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#CHANGE_NETWORK_STATE.

[Android Documentation]

Requirements

Namespace: Android.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1