The members of MonoMac.Foundation.NSHttpCookie are listed below.
See Also: Inherited members from MonoMac.Foundation.NSObject
| 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. |
static | KeyComment | NSString. Documentation for this section has not yet been entered. |
static | KeyCommentURL | NSString. Documentation for this section has not yet been entered. |
static | KeyDiscard | NSString. Documentation for this section has not yet been entered. |
static | KeyDomain | NSString. Documentation for this section has not yet been entered. |
static | KeyExpires | NSString. Documentation for this section has not yet been entered. |
static | KeyMaximumAge | NSString. Documentation for this section has not yet been entered. |
static | KeyName | NSString. Documentation for this section has not yet been entered. |
static | KeyOriginURL | NSString. Documentation for this section has not yet been entered. |
static | KeyPath | NSString. Documentation for this section has not yet been entered. |
static | KeyPort | NSString. Documentation for this section has not yet been entered. |
static | KeySecure | NSString. Documentation for this section has not yet been entered. |
static | KeyValue | NSString. Documentation for this section has not yet been entered. |
static | KeyVersion | NSString. Documentation for this section has not yet been entered. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | Comment | string. Documentation for this section has not yet been entered. |
| [read-only] | CommentUrl | NSUrl. Documentation for this section has not yet been entered. |
| [read-only] | Domain | string. Documentation for this section has not yet been entered. |
| [read-only] | ExpiresDate | NSDate. Documentation for this section has not yet been entered. |
| [read-only] | IsHttpOnly | bool. Documentation for this section has not yet been entered. |
| [read-only] | IsSecure | bool. Documentation for this section has not yet been entered. |
| [read-only] | IsSessionOnly | bool. Documentation for this section has not yet been entered. |
| [read-only] | Name | string. Documentation for this section has not yet been entered. |
| [read-only] | Path | string. Documentation for this section has not yet been entered. |
| [read-only] | PortList | NSNumber[]. Documentation for this section has not yet been entered. |
| [read-only] | Properties | NSDictionary. Documentation for this section has not yet been entered. |
| [read-only] | Value | string. Documentation for this section has not yet been entered. |
| [read-only] | Version | uint. Documentation for this section has not yet been entered. |
static | CookieFromProperties(NSDictionary)Factory method to create cookies. | |
static | CookiesWithResponseHeaderFields(NSDictionary, NSUrl)Documentation for this section has not yet been entered. | |
static | RequestHeaderFieldsWithCookies(NSHttpCookie[])Documentation for this section has not yet been entered. | |