다음을 통해 공유


ResponseHeaders.SetCookie 속성

정의

HTTP 응답에 Set-Cookie 대한 헤더를 가져오거나 설정합니다.

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

속성 값

적용 대상