BasicHttpParams.SetParameters(String[], Object) Method

Definition

Assigns the value to all the parameter with the given names

[Android.Runtime.Register("setParameters", "([Ljava/lang/String;Ljava/lang/Object;)V", "")]
public void SetParameters (string[]? names, Java.Lang.Object? value);
[<Android.Runtime.Register("setParameters", "([Ljava/lang/String;Ljava/lang/Object;)V", "")>]
member this.SetParameters : string[] * Java.Lang.Object -> unit

Parameters

names
String[]

array of parameter name

value
Object

parameter value

Attributes

Remarks

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