AbstractHttpMessage.Params Property

Definition

Returns the parameters effective for this message as set by Params.

public virtual Org.Apache.Http.Params.IHttpParams? Params { [Android.Runtime.Register("getParams", "()Lorg/apache/http/params/HttpParams;", "GetGetParamsHandler")] 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;", "GetGetParamsHandler")>]
[<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

Implements

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