AbstractHttpClient.Params Property

Definition

public Org.Apache.Http.Params.IHttpParams? Params { [Android.Runtime.Register("getParams", "()Lorg/apache/http/params/HttpParams;", "")] get; [Android.Runtime.Register("setParams", "(Lorg/apache/http/params/HttpParams;)V", "GetSetParams_Lorg_apache_http_params_HttpParams_Handler")] set; }
[<get: Android.Runtime.Register("getParams", "()Lorg/apache/http/params/HttpParams;", "")>]
[<set: Android.Runtime.Register("setParams", "(Lorg/apache/http/params/HttpParams;)V", "GetSetParams_Lorg_apache_http_params_HttpParams_Handler")>]
member this.Params : Org.Apache.Http.Params.IHttpParams with get, set

Property Value

Attributes

Remarks

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.

Applies to