Returns an NSConnection object initialized with given send and receive ports.
Original signature is '- (id)initWithReceivePort:(NSPort *)receivePort sendPort:(NSPort *)sendPort'
Available in Mac OS X v10.0 and later.


An NSConnection object initialized with receivePort and sendPort. The returned object might be different than the original receiver.

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