MonobjcMonobjc Documented Class Library
SetProtocolForProxy Method (aProtocol)
NamespacesMonobjc.FoundationNSDistantObjectSetProtocolForProxy(IntPtr)

Sets the methods known to be handled by the receiver to those in a given protocol.

Original signature is '- (void)setProtocolForProxy:(Protocol *)aProtocol'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetProtocolForProxy(
	IntPtr aProtocol
)
Public Overridable Sub SetProtocolForProxy ( _
	aProtocol As IntPtr _
)
public:
virtual void SetProtocolForProxy(
	IntPtr aProtocol
)
Parameters
aProtocol (IntPtr)
The protocol for the receiver.
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)