BasicHttpParams.SetParameter(String, Object) Method

Definition

Assigns the value to the parameter with the given name.

[Android.Runtime.Register("setParameter", "(Ljava/lang/String;Ljava/lang/Object;)Lorg/apache/http/params/HttpParams;", "")]
public override Org.Apache.Http.Params.IHttpParams? SetParameter(string? name, Java.Lang.Object? value);
[<Android.Runtime.Register("setParameter", "(Ljava/lang/String;Ljava/lang/Object;)Lorg/apache/http/params/HttpParams;", "")>]
override this.SetParameter : string * Java.Lang.Object -> Org.Apache.Http.Params.IHttpParams

Parameters

name
String

parameter name

value
Object

parameter value

Returns

This parameter collection.

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