Looks up and returns the port registered under the specified name on a specified host.
Original signature is '- (NSPort *)portForName:(NSString *)portName host:(NSString *)hostName'
Available in Mac OS X v10.0 and later.


The port associated with portName on the host hostName. Returns nil if no such port exists.

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