IHttpClient.Params Property

Definition

Obtains the parameters for this client.

public Org.Apache.Http.Params.IHttpParams? Params { [Android.Runtime.Register("getParams", "()Lorg/apache/http/params/HttpParams;", "GetGetParamsHandler:Org.Apache.Http.Client.IHttpClientInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] get; }
[<get: Android.Runtime.Register("getParams", "()Lorg/apache/http/params/HttpParams;", "GetGetParamsHandler:Org.Apache.Http.Client.IHttpClientInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
member this.Params : Org.Apache.Http.Params.IHttpParams

Property Value

The default parameters. These become defaults for requests executed with this client and for parameters of dependent objects.

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