Condividi tramite


AbstractHttpParams.SetBooleanParameter(String, Boolean) Metodo

Definizione

Assegna un Boolean oggetto al parametro con il nome specificato

[Android.Runtime.Register("setBooleanParameter", "(Ljava/lang/String;Z)Lorg/apache/http/params/HttpParams;", "GetSetBooleanParameter_Ljava_lang_String_ZHandler")]
public virtual Org.Apache.Http.Params.IHttpParams? SetBooleanParameter (string? name, bool value);
[<Android.Runtime.Register("setBooleanParameter", "(Ljava/lang/String;Z)Lorg/apache/http/params/HttpParams;", "GetSetBooleanParameter_Ljava_lang_String_ZHandler")>]
abstract member SetBooleanParameter : string * bool -> Org.Apache.Http.Params.IHttpParams
override this.SetBooleanParameter : string * bool -> Org.Apache.Http.Params.IHttpParams

Parametri

name
String

nome parametro

value
Boolean

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