Foundation.NSHttpCookie: Method Members

The methods 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 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.