BrowserCompatSpecFactory.NewInstance(IHttpParams) Method

Definition

[Android.Runtime.Register("newInstance", "(Lorg/apache/http/params/HttpParams;)Lorg/apache/http/cookie/CookieSpec;", "GetNewInstance_Lorg_apache_http_params_HttpParams_Handler")]
public virtual Org.Apache.Http.Cookies.ICookieSpec? NewInstance (Org.Apache.Http.Params.IHttpParams? params);
[<Android.Runtime.Register("newInstance", "(Lorg/apache/http/params/HttpParams;)Lorg/apache/http/cookie/CookieSpec;", "GetNewInstance_Lorg_apache_http_params_HttpParams_Handler")>]
abstract member NewInstance : Org.Apache.Http.Params.IHttpParams -> Org.Apache.Http.Cookies.ICookieSpec
override this.NewInstance : Org.Apache.Http.Params.IHttpParams -> Org.Apache.Http.Cookies.ICookieSpec

Parameters

params
IHttpParams

Returns

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