RequestHeaders.Cookie 속성

정의

HTTP 요청에 대한 헤더를 가져오거나 설정합니다 Cookie .

public:
 property System::Collections::Generic::IList<Microsoft::Net::Http::Headers::CookieHeaderValue ^> ^ Cookie { System::Collections::Generic::IList<Microsoft::Net::Http::Headers::CookieHeaderValue ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::Net::Http::Headers::CookieHeaderValue ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.Net.Http.Headers.CookieHeaderValue> Cookie { get; set; }
member this.Cookie : System.Collections.Generic.IList<Microsoft.Net.Http.Headers.CookieHeaderValue> with get, set
Public Property Cookie As IList(Of CookieHeaderValue)

속성 값

적용 대상