Condividi tramite


IHttpParams.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: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

Parametri

name
String

nome parametro

value
Int32

Valore del parametro

Restituisce

Attributi

Commenti

Assegna un Integer oggetto al parametro con il nome specificato

Documentazione java per org.apache.http.params.HttpParams.setIntParameter(java.lang.String, int).

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