CookieState Class
Contains cookie name and its associated cookie state.
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
| Name | Description | |
|---|---|---|
![]() | CookieState(String^) | Initializes a new instance of the CookieState class. |
![]() | CookieState(String^, NameValueCollection^) | Initializes a new instance of the CookieState class. |
![]() | CookieState(String^, String^) | Initializes a new instance of the CookieState class. |
| Name | Description | |
|---|---|---|
![]() | Item[String^] | Gets or sets the cookie value with the specified cookie name, if the cookie data is structured. |
![]() | Name | Gets or sets the name of the cookie. |
![]() | Value | Gets or sets the cookie value, if cookie data is a simple string value. |
![]() | Values | Gets or sets the collection of name-value pair, if the cookie data is structured. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Returns a new object that is a copy of the current instance. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns the string representation the current object.(Overrides Object::ToString().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


