Share via


RequestHeaders.Cookie Property

Definition

Gets or sets the Cookie header for an HTTP request.

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)

Property Value

Applies to