MonobjcMonobjc Documented Class Library
NSHTTPCookiePath Field
NamespacesMonobjc.FoundationNSHTTPCookieNSHTTPCookiePath

An NSString object containing the path for the cookie. This field is required if you are using the NSHTTPCookieDomain key instead of the NSHTTPCookieOriginURL key.

If you are using the NSHTTPCookieOriginURL key, the path is inferred if it is not provided. The default value is “/”.

Available in Mac OS X v10.2 and later.

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