MonobjcMonobjc Documented Class Library
CachedHandleForURL Method (aURL)
NamespacesMonobjc.FoundationNSURLHandleCachedHandleForURL(NSURL)

Returns the URL handle from the cache that has serviced the specified URL or another identical URL. (Deprecated in Mac OS X v10.4 and later. Use NSURLConnection or NSURLDownload instead; see URL Loading System Programming Guide.)

Original signature is '+ (NSURLHandle *)cachedHandleForURL:(NSURL *)aURL'

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 static NSURLHandle CachedHandleForURL(
	NSURL aURL
)
<ObsoleteAttribute("Deprecated in Mac OS X v10.4. Use NSURLConnection or NSURLDownload instead; see URL Loading System Programming Guide.")> _
Public Shared Function CachedHandleForURL ( _
	aURL As NSURL _
) As NSURLHandle
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.4. Use NSURLConnection or NSURLDownload instead; see URL Loading System Programming Guide.")]
public:
static NSURLHandle^ CachedHandleForURL(
	NSURL^ aURL
)
Parameters
aURL (NSURL)
The URL whose cached URL handle is desired.
Return Value
The URL handle from the cache that has serviced aURL or another identical URL. Returns nil if there is no such handle.
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)