MonobjcMonobjc Documented Class Library
ReceivePort Property
NamespacesMonobjc.FoundationNSPortMessageReceivePort

For an outgoing message, returns the port on which replies to the receiver will arrive. For an incoming message, returns the port the receiver did arrive on.

Original signature is '- (NSPort *)receivePort'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSPort ReceivePort { get; }
Public Overridable ReadOnly Property ReceivePort As NSPort
	Get
public:
virtual property NSPort^ ReceivePort {
	NSPort^ get ();
}
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)