AbstractHttpParams.SetLongParameter(String, Int64) Method

Definition

Assigns a Long to the parameter with the given name

[Android.Runtime.Register("setLongParameter", "(Ljava/lang/String;J)Lorg/apache/http/params/HttpParams;", "GetSetLongParameter_Ljava_lang_String_JHandler")]
public virtual Org.Apache.Http.Params.IHttpParams? SetLongParameter (string? name, long value);
[<Android.Runtime.Register("setLongParameter", "(Ljava/lang/String;J)Lorg/apache/http/params/HttpParams;", "GetSetLongParameter_Ljava_lang_String_JHandler")>]
abstract member SetLongParameter : string * int64 -> Org.Apache.Http.Params.IHttpParams
override this.SetLongParameter : string * int64 -> Org.Apache.Http.Params.IHttpParams

Parameters

name
String

parameter name

value
Int64

parameter value

Returns

Implements

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