MonobjcMonobjc Documented Class Library
ConnectionHandleRequest Event
NamespacesMonobjc.FoundationNSConnection..::..NSConnectionDelegateEventDispatcherConnectionHandleRequest

This method should be implemented by NSConnection object delegates that want to intercept distant object requests.

Original signature is '- (BOOL)connection:(NSConnection *)conn handleRequest:(NSDistantObjectRequest *)doReq'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
Return Value
YES if the request was handled by the delegate, NO if the request should proceed as if the delegate did not intercept it.
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)