IHttpParams.SetIntParameter(String, Int32) 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 an Integer
to the parameter with the given name
[Android.Runtime.Register("setIntParameter", "(Ljava/lang/String;I)Lorg/apache/http/params/HttpParams;", "GetSetIntParameter_Ljava_lang_String_IHandler:Org.Apache.Http.Params.IHttpParamsInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Org.Apache.Http.Params.IHttpParams? SetIntParameter (string? name, int value);
[<Android.Runtime.Register("setIntParameter", "(Ljava/lang/String;I)Lorg/apache/http/params/HttpParams;", "GetSetIntParameter_Ljava_lang_String_IHandler:Org.Apache.Http.Params.IHttpParamsInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member SetIntParameter : string * int -> Org.Apache.Http.Params.IHttpParams
Parameters
- name
- String
parameter name
- value
- Int32
parameter value
Returns
- Attributes
Remarks
Assigns an Integer
to the parameter with the given name
Java documentation for org.apache.http.params.HttpParams.setIntParameter(java.lang.String, int)
.
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.