Android.Net.ConnectivityManager.StartUsingNetworkFeature Method
Tells the underlying networking system that the caller wants to begin using the named feature.

Syntax

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

Parameters

networkType
specifies which network the request pertains to
feature
the name of the feature to be used

Returns

Documentation for this section has not yet been entered.

Remarks

Tells the underlying networking system that the caller wants to begin 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