CookieState.Name Property

 

Gets or sets the name of the cookie.

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

Syntax

public string Name { get; set; }
public:
property String^ Name {
    String^ get();
    void set(String^ value);
}
member Name : string with get, set
Public Property Name As String

Property Value

Type: System.String

The name of the cookie.

See Also

CookieState Class
System.Net.Http.Headers Namespace

Return to top