BasicHttpParams.SetParameters(String[], Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.