Share via


ResponseHeaders.SetCookie Property

Definition

Gets or sets the Set-Cookie header for an HTTP response.

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)

Property Value

Applies to