DefaultedHttpParams(IHttpParams, IHttpParams) Constructor

Definition

[Android.Runtime.Register(".ctor", "(Lorg/apache/http/params/HttpParams;Lorg/apache/http/params/HttpParams;)V", "")]
public DefaultedHttpParams (Org.Apache.Http.Params.IHttpParams? local, Org.Apache.Http.Params.IHttpParams? defaults);
[<Android.Runtime.Register(".ctor", "(Lorg/apache/http/params/HttpParams;Lorg/apache/http/params/HttpParams;)V", "")>]
new Org.Apache.Http.Params.DefaultedHttpParams : Org.Apache.Http.Params.IHttpParams * Org.Apache.Http.Params.IHttpParams -> Org.Apache.Http.Params.DefaultedHttpParams

Parameters

local
IHttpParams
defaults
IHttpParams
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