ResponseHeaders.SetCookie Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
HTTP yanıtının Set-Cookie
üst bilgisini alır veya ayarlar.
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)