RequestHeaders.Cookie Ö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 isteğinin Cookie
üst bilgisini alır veya ayarlar.
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)