Click or drag to resize

Cookie Properties

The Cookie type exposes the following members.

Properties
  NameDescription
Public propertyComment
Gets or sets the value of the Comment attribute of the cookie.
Public propertyCommentUri
Gets or sets the value of the CommentURL attribute of the cookie.
Public propertyDiscard
Gets or sets a value indicating whether the client discards the cookie unconditionally when the client terminates.
Public propertyDomain
Gets or sets the value of the Domain attribute of the cookie.
Public propertyExpired
Gets or sets a value indicating whether the cookie has expired.
Public propertyExpires
Gets or sets the value of the Expires attribute of the cookie.
Public propertyHttpOnly
Gets or sets a value indicating whether non-HTTP APIs can access the cookie.
Public propertyName
Gets or sets the Name of the cookie.
Public propertyPath
Gets or sets the value of the Path attribute of the cookie.
Public propertyPort
Gets or sets the value of the Port attribute of the cookie.
Public propertySecure
Gets or sets a value indicating whether the security level of the cookie is secure.
Public propertyTimeStamp
Gets the time when the cookie was issued.
Public propertyValue
Gets or sets the Value of the cookie.
Public propertyVersion
Gets or sets the value of the Version attribute of the cookie.
Top
See Also