This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft Edge More info about Internet Explorer and Microsoft Edge
public sealed class HttpCookie : Microsoft.Azure.Functions.Worker.Http.IHttpCookie
type HttpCookie = class
    interface IHttpCookie
Public NotInheritable Class HttpCookie
Implements IHttpCookie
Inheritance
HttpCookie

Gets or sets experation date of the cookie. An experation date sets the cookie to expire at a specific date instead of when the client closes. NOTE: It is generally recommended that you use MaxAge over Expires.

Gets or sets the Secure attribute on the cookie. A value of true will ensure that the cookie is only sent with encrypted requests over HTTPS.