Language

ICookieSpecFactory.NewInstance(IHttpParams) Method

Definition

Builds a cookie specification from the supplied HTTP configuration.

[Android.Runtime.Register("newInstance", "(Lorg/apache/http/params/HttpParams;)Lorg/apache/http/cookie/CookieSpec;", "GetNewInstance_Lorg_apache_http_params_HttpParams_Handler:Org.Apache.Http.Cookies.ICookieSpecFactoryInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public 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:Org.Apache.Http.Cookies.ICookieSpecFactoryInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member NewInstance : Org.Apache.Http.Params.IHttpParams -> Org.Apache.Http.Cookies.ICookieSpec

Parameters

params
IHttpParams

Configuration values for the cookie specification.

Returns

A configured ICookieSpec object.

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