Foundation.NSHttpCookie: Property Members

The properties of Foundation.NSHttpCookie are listed below. For a list of all members, see the NSHttpCookie Members list.

See Also: Inherited members from Foundation.NSObject

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
Commentstring. The comment string.
[read-only]
CommentUrlNSUrl. The comment URL.
[read-only]
Domainstring. The domain of the cookie.
[read-only]
ExpiresDateNSDate. The expiration date of this cookie.
[read-only]
IsHttpOnlybool. Whether this cookie should only be sent to HTTP servers per RFC 2965.
[read-only]
IsSecurebool. Whether this cookie should only be sent over secure channels.
[read-only]
IsSessionOnlybool. Whether this cookie should be discarded at the end of the session, ignoring the expiration date.
[read-only]
static
KeyCommentNSString. Documentation for this section has not yet been entered.
[read-only]
static
KeyCommentUrlNSString. Documentation for this section has not yet been entered.
[read-only]
static
KeyDiscardNSString. Documentation for this section has not yet been entered.
[read-only]
static
KeyDomainNSString. Documentation for this section has not yet been entered.
[read-only]
static
KeyExpiresNSString. Documentation for this section has not yet been entered.
[read-only]
static
KeyMaximumAgeNSString. Documentation for this section has not yet been entered.
[read-only]
static
KeyNameNSString. Documentation for this section has not yet been entered.
[read-only]
static
KeyOriginUrlNSString. Documentation for this section has not yet been entered.
[read-only]
static
KeyPathNSString. Documentation for this section has not yet been entered.
[read-only]
static
KeyPortNSString. Documentation for this section has not yet been entered.
[read-only]
static
KeySecureNSString. Documentation for this section has not yet been entered.
[read-only]
static
KeyValueNSString. Documentation for this section has not yet been entered.
[read-only]
static
KeyVersionNSString. Documentation for this section has not yet been entered.
[read-only]
Namestring. This cookie's name.
[read-only]
Pathstring. This cookie's path.
[read-only]
PortListNSNumber[]. This cookie's port list.
[read-only]
PropertiesNSDictionary. This cookie's properties.
[read-only]
Valuestring. The value of this cookie.
[read-only]
Versionnuint. The version of this cookie.