BestMatchSpec.FormatCookies(IList<ICookie>) Method

Definition

[Android.Runtime.Register("formatCookies", "(Ljava/util/List;)Ljava/util/List;", "GetFormatCookies_Ljava_util_List_Handler")]
public virtual System.Collections.Generic.IList<Org.Apache.Http.IHeader>? FormatCookies (System.Collections.Generic.IList<Org.Apache.Http.Cookies.ICookie>? cookies);
[<Android.Runtime.Register("formatCookies", "(Ljava/util/List;)Ljava/util/List;", "GetFormatCookies_Ljava_util_List_Handler")>]
abstract member FormatCookies : System.Collections.Generic.IList<Org.Apache.Http.Cookies.ICookie> -> System.Collections.Generic.IList<Org.Apache.Http.IHeader>
override this.FormatCookies : System.Collections.Generic.IList<Org.Apache.Http.Cookies.ICookie> -> System.Collections.Generic.IList<Org.Apache.Http.IHeader>

Parameters

cookies
IList<ICookie>

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