MonobjcMonobjc Documented Class Library
NSHTTPCookieVersion Field
NamespacesMonobjc.FoundationNSHTTPCookieNSHTTPCookieVersion

An NSString object that specifies the version of the cookie.

Must be either “0” or “1”. The default is “0”. This header field is optional.

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSHTTPCookieVersion
Public Shared ReadOnly NSHTTPCookieVersion As NSString
public:
static initonly NSString^ NSHTTPCookieVersion
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)