MonobjcMonobjc Documented Class Library
NSHTTPCookieDiscard Field
NamespacesMonobjc.FoundationNSHTTPCookieNSHTTPCookieDiscard

An NSString object stating whether the cookie should be discarded at the end of the session.

String value must be either “TRUE” or “FALSE”. This header field is optional. Default is “FALSE”, unless this is cookie is version 1 or greater and a value for NSHTTPCookieMaximumAge is not specified, in which case it is assumed “TRUE”.

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSHTTPCookieDiscard
Public Shared ReadOnly NSHTTPCookieDiscard As NSString
public:
static initonly NSString^ NSHTTPCookieDiscard
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)