Foundation.NSHttpCookie Members

The members of Foundation.NSHttpCookie are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Creates a new NSHttpCookie
Create a new cookie from the supplied System.Net.Cookie instance properties
Create a new cookie with the supplied name and value.
Create a new cookie with the supplied name, value and path.
Create a new cookie with the supplied name, value, path and domain.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

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.

Public Methods

static
CookieFromProperties(NSDictionary) : NSHttpCookie
Factory method to create cookies.
static
CookiesWithResponseHeaderFields(NSDictionary, NSUrl) : NSHttpCookie[]
The cookies corresponding to the specified response header fields for the specified URL.
static
RequestHeaderFieldsWithCookies(NSHttpCookie[]) : NSDictionary
A dictionary of header fields corresponding to the specified array of cookies.

Protected Methods

override
Dispose(bool)
Releases the resources used by the NSHttpCookie object.