IHttpParams.RemoveParameter(String) Method

Definition

Removes the parameter with the specified name.

[Android.Runtime.Register("removeParameter", "(Ljava/lang/String;)Z", "GetRemoveParameter_Ljava_lang_String_Handler:Org.Apache.Http.Params.IHttpParamsInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool RemoveParameter (string? name);
[<Android.Runtime.Register("removeParameter", "(Ljava/lang/String;)Z", "GetRemoveParameter_Ljava_lang_String_Handler:Org.Apache.Http.Params.IHttpParamsInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member RemoveParameter : string -> bool

Parameters

name
String

parameter name

Returns

true if the parameter existed and has been removed, false else.

Attributes

Remarks

Removes the parameter with the specified name.

Java documentation for org.apache.http.params.HttpParams.removeParameter(java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to