Condividi tramite


AbstractHttpParams.SetIntParameter(String, Int32) Metodo

Definizione

Assegna un Integer oggetto al parametro con il nome specificato

[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

Parametri

name
String

nome parametro

value
Int32

Valore del parametro

Restituisce

Implementazioni

Attributi

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a