MonobjcMonobjc Documented Class Library
SetHTTPShouldHandleCookies Method (handleCookies)
NamespacesMonobjc.FoundationNSMutableURLRequestSetHTTPShouldHandleCookies(Boolean)

Sets whether the receiver should use the default cookie handling for the request.

Original signature is '- (void)setHTTPShouldHandleCookies:(BOOL)handleCookies'

Available in Mac OS X v10.2 with Safari 1.0 installed and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetHTTPShouldHandleCookies(
	bool handleCookies
)
Public Overridable Sub SetHTTPShouldHandleCookies ( _
	handleCookies As Boolean _
)
public:
virtual void SetHTTPShouldHandleCookies(
	bool handleCookies
)
Parameters
handleCookies (Boolean)
YES if the receiver should use the default cookie handling for the request, NO otherwise. The default is YES.
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)