MonoMac.Foundation.NSHttpCookie Members

The members of MonoMac.Foundation.NSHttpCookie are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

A constructor that initializes the object from the data stored in the unarchiver object.
Creates a new NSHttpCookie
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.
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.

Public Fields

static
KeyCommentNSString. Documentation for this section has not yet been entered.
static
KeyCommentURLNSString. Documentation for this section has not yet been entered.
static
KeyDiscardNSString. Documentation for this section has not yet been entered.
static
KeyDomainNSString. Documentation for this section has not yet been entered.
static
KeyExpiresNSString. Documentation for this section has not yet been entered.
static
KeyMaximumAgeNSString. Documentation for this section has not yet been entered.
static
KeyNameNSString. Documentation for this section has not yet been entered.
static
KeyOriginURLNSString. Documentation for this section has not yet been entered.
static
KeyPathNSString. Documentation for this section has not yet been entered.
static
KeyPortNSString. Documentation for this section has not yet been entered.
static
KeySecureNSString. Documentation for this section has not yet been entered.
static
KeyValueNSString. Documentation for this section has not yet been entered.
static
KeyVersionNSString. Documentation for this section has not yet been entered.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
Commentstring. Documentation for this section has not yet been entered.
[read-only]
CommentUrlNSUrl. Documentation for this section has not yet been entered.
[read-only]
Domainstring. Documentation for this section has not yet been entered.
[read-only]
ExpiresDateNSDate. Documentation for this section has not yet been entered.
[read-only]
IsHttpOnlybool. Documentation for this section has not yet been entered.
[read-only]
IsSecurebool. Documentation for this section has not yet been entered.
[read-only]
IsSessionOnlybool. Documentation for this section has not yet been entered.
[read-only]
Namestring. Documentation for this section has not yet been entered.
[read-only]
Pathstring. Documentation for this section has not yet been entered.
[read-only]
PortListNSNumber[]. Documentation for this section has not yet been entered.
[read-only]
PropertiesNSDictionary. Documentation for this section has not yet been entered.
[read-only]
Valuestring. Documentation for this section has not yet been entered.
[read-only]
Versionuint. Documentation for this section has not yet been entered.

Public Methods

static
CookieFromProperties(NSDictionary) : NSHttpCookie
Factory method to create cookies.
static
CookiesWithResponseHeaderFields(NSDictionary, NSUrl) : NSHttpCookie[]
Documentation for this section has not yet been entered.
static
RequestHeaderFieldsWithCookies(NSHttpCookie[]) : NSDictionary
Documentation for this section has not yet been entered.

Protected Methods

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