언어

BrowserCompatSpec.FormatCookies(IList<ICookie>) 메서드

정의

쿠키를 이 쿠키 사양에 필요한 요청 헤더에 서식을 지정합니다.

[Android.Runtime.Register("formatCookies", "(Ljava/util/List;)Ljava/util/List;", "GetFormatCookies_Ljava_util_List_Handler")]
public override 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")>]
override this.FormatCookies : System.Collections.Generic.IList<Org.Apache.Http.Cookies.ICookie> -> System.Collections.Generic.IList<Org.Apache.Http.IHeader>

매개 변수

cookies
IList<ICookie>

요청 헤더로 서식을 지정할 쿠키입니다.

반품

형식이 지정된 쿠키를 나타내는 HTTP 헤더 목록입니다.

특성

설명

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상