MonobjcMonobjc Documented Class Library
InitWithURLCached Method (aURL, willCache)
NamespacesMonobjc.FoundationNSURLHandleInitWithURLCached(NSURL, Boolean)

Initializes a newly created URL handle with the specified URL. (Deprecated in Mac OS X v10.4 and later. Use NSURLConnection or NSURLDownload instead; see URL Loading System Programming Guide.)

Original signature is '- (id)initWithURL:(NSURL *)aURL cached:(BOOL)willCache'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.4. Use NSURLConnection or NSURLDownload instead; see URL Loading System Programming Guide.")]
public virtual Id InitWithURLCached(
	NSURL aURL,
	bool willCache
)
<ObsoleteAttribute("Deprecated in Mac OS X v10.4. Use NSURLConnection or NSURLDownload instead; see URL Loading System Programming Guide.")> _
Public Overridable Function InitWithURLCached ( _
	aURL As NSURL, _
	willCache As Boolean _
) As Id
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.4. Use NSURLConnection or NSURLDownload instead; see URL Loading System Programming Guide.")]
public:
virtual Id^ InitWithURLCached(
	NSURL^ aURL, 
	bool willCache
)
Parameters
aURL (NSURL)
The URL for the new handle.
willCache (Boolean)
YES if the URL handle should cache its data and respond to requests from equivalent URLs for the cached data, NO otherwise.
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSURLHandle.InitWithURLCached(Monobjc.Foundation.NSURL,System.Boolean)"]

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)