Compartir a través de


AbstractHttpParams.SetIntParameter(String, Int32) Método

Definición

Asigna un Integer objeto al parámetro con el nombre especificado.

[Android.Runtime.Register("setIntParameter", "(Ljava/lang/String;I)Lorg/apache/http/params/HttpParams;", "GetSetIntParameter_Ljava_lang_String_IHandler")]
public virtual 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")>]
abstract member SetIntParameter : string * int -> Org.Apache.Http.Params.IHttpParams
override this.SetIntParameter : string * int -> Org.Apache.Http.Params.IHttpParams

Parámetros

name
String

Nombre del parámetro

value
Int32

valor del parámetro

Devoluciones

Implementaciones

Atributos

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a