Share via


CookieHeaderValue.Cookies Property

 

Gets a collection of cookies sent by the client.

Namespace:   System.Net.Http.Headers
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Syntax

public Collection<CookieState> Cookies { get; }
public:
property Collection<CookieState^>^ Cookies {
    Collection<CookieState^>^ get();
}
member Cookies : Collection<CookieState> with get
Public ReadOnly Property Cookies As Collection(Of CookieState)

Property Value

Type: System.Collections.ObjectModel.Collection<CookieState>

A collection object representing the client’s cookie variables.

See Also

CookieHeaderValue Class
System.Net.Http.Headers Namespace

Return to top