BasicCookieStore.AddCookies(ICookie[]) Method

Definition

Adds each supplied cookie.

[Android.Runtime.Register("addCookies", "([Lorg/apache/http/cookie/Cookie;)V", "GetAddCookies_arrayLorg_apache_http_cookie_Cookie_Handler")]
public virtual void AddCookies(Org.Apache.Http.Cookies.ICookie[]? cookies);
[<Android.Runtime.Register("addCookies", "([Lorg/apache/http/cookie/Cookie;)V", "GetAddCookies_arrayLorg_apache_http_cookie_Cookie_Handler")>]
abstract member AddCookies : Org.Apache.Http.Cookies.ICookie[] -> unit
override this.AddCookies : Org.Apache.Http.Cookies.ICookie[] -> unit

Parameters

cookies
ICookie[]

The cookies to add in the supplied order.

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