MonobjcMonobjc Documented Class Library
URLHandleClassForURL Method (aURL)
NamespacesMonobjc.FoundationNSURLHandleURLHandleClassForURL(NSURL)

Returns the class of the URL handle that will be used for a 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 '+ (Class)URLHandleClassForURL:(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 Class URLHandleClassForURL(
	NSURL aURL
)
<ObsoleteAttribute("Deprecated in Mac OS X v10.4. Use NSURLConnection or NSURLDownload instead; see URL Loading System Programming Guide.")> _
Public Shared Function URLHandleClassForURL ( _
	aURL As NSURL _
) As Class
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.4. Use NSURLConnection or NSURLDownload instead; see URL Loading System Programming Guide.")]
public:
static Class^ URLHandleClassForURL(
	NSURL^ aURL
)
Parameters
aURL (NSURL)
The URL in question.
Return Value
The class of the URL handle that will be used for aURL.
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)