相关文章推荐
安静的麻辣香锅  ·  Flutter Text ...·  1 月前    · 
大力的饺子  ·  single sign on - ...·  1 年前    · 
千年单身的红薯  ·  [Day 11] React ...·  1 年前    · 

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.