Share via


CookieHeaderValue.Item Property (String)

 

Gets a shortcut to the cookie property.

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

Syntax

public CookieState this[
    string name
] { get; }
public:
property CookieState^ default[
    String^ name
] {
    CookieState^ get(String^ name);
}
member Item : 
        name:string -> CookieState with get
Public ReadOnly Property Item (
    name As String
) As CookieState

Parameters

Property Value

Type: System.Net.Http.Headers.CookieState

The cookie value.

See Also

CookieHeaderValue Class
System.Net.Http.Headers Namespace

Return to top