CookieSpecBase.Parse(IHeaderElement[], CookieOrigin) Method

Definition

[Android.Runtime.Register("parse", "([Lorg/apache/http/HeaderElement;Lorg/apache/http/cookie/CookieOrigin;)Ljava/util/List;", "GetParse_arrayLorg_apache_http_HeaderElement_Lorg_apache_http_cookie_CookieOrigin_Handler")]
protected virtual System.Collections.Generic.IList<Org.Apache.Http.Cookies.ICookie>? Parse (Org.Apache.Http.IHeaderElement[]? elems, Org.Apache.Http.Cookies.CookieOrigin? origin);
[<Android.Runtime.Register("parse", "([Lorg/apache/http/HeaderElement;Lorg/apache/http/cookie/CookieOrigin;)Ljava/util/List;", "GetParse_arrayLorg_apache_http_HeaderElement_Lorg_apache_http_cookie_CookieOrigin_Handler")>]
override this.Parse : Org.Apache.Http.IHeaderElement[] * Org.Apache.Http.Cookies.CookieOrigin -> System.Collections.Generic.IList<Org.Apache.Http.Cookies.ICookie>

Parameters

elems
IHeaderElement[]
origin
CookieOrigin

Returns

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