MonobjcMonobjc Documented Class Library
RemoveClient Method (client)
NamespacesMonobjc.FoundationNSURLHandleRemoveClient(INSURLHandleClient)

Removes client as an NSURLHandleClient of the receiver. (Deprecated in Mac OS X v10.4 and later. Use NSURLConnection or NSURLDownload instead; see URL Loading System Programming Guide.)

Original signature is '- (void)removeClient:(id < NSURLHandleClient >)client'

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 void RemoveClient(
	INSURLHandleClient client
)
<ObsoleteAttribute("Deprecated in Mac OS X v10.4. Use NSURLConnection or NSURLDownload instead; see URL Loading System Programming Guide.")> _
Public Overridable Sub RemoveClient ( _
	client As INSURLHandleClient _
)
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.4. Use NSURLConnection or NSURLDownload instead; see URL Loading System Programming Guide.")]
public:
virtual void RemoveClient(
	INSURLHandleClient^ client
)
Parameters
client (INSURLHandleClient)
An object conforming to the NSURLHandleClient protocol.
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)