Returns an NSConnection object that communicates using given send and receive ports.
Original signature is '+ (id)connectionWithReceivePort:(NSPort *)receivePort sendPort:(NSPort *)sendPort'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public static NSConnection ConnectionWithReceivePortSendPort( NSPort receivePort, NSPort sendPort )
Public Shared Function ConnectionWithReceivePortSendPort ( _ receivePort As NSPort, _ sendPort As NSPort _ ) As NSConnection
public: static NSConnection^ ConnectionWithReceivePortSendPort( NSPort^ receivePort, NSPort^ sendPort )

An NSConnection object that communicates using receivePort and sendPort.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)