MonobjcMonobjc Documented Class Library
IsHTTPOnly Property
NamespacesMonobjc.FoundationNSHTTPCookieIsHTTPOnly

Returns whether the receiver should only be sent to HTTP servers per RFC 2965.

Original signature is '- (BOOL)isHTTPOnly'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool IsHTTPOnly { get; }
Public Overridable ReadOnly Property IsHTTPOnly As Boolean
	Get
public:
virtual property bool IsHTTPOnly {
	bool get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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