CookieHeaderValue Properties

 

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

Properties

Name Description
System_CAPS_pubproperty Cookies

Gets a collection of cookies sent by the client.

System_CAPS_pubproperty Domain

Gets or sets the domain to associate the cookie with.

System_CAPS_pubproperty Expires

Gets or sets the expiration date and time for the cookie.

System_CAPS_pubproperty HttpOnly

Gets or sets a value that specifies whether a cookie is accessible by client-side script.

System_CAPS_pubproperty Item[String]

Gets a shortcut to the cookie property.

System_CAPS_pubproperty MaxAge

Gets or sets the maximum age permitted for a resource.

System_CAPS_pubproperty Path

Gets or sets the virtual path to transmit with the current cookie.

System_CAPS_pubproperty Secure

Gets or sets a value indicating whether to transmit the cookie using Secure Sockets Layer (SSL)—that is, over HTTPS only.

See Also

CookieHeaderValue Class
System.Net.Http.Headers Namespace

Return to top