Looks up and returns the port for the vended service that is registered under the specified name.
Original signature is '- (NSPort *)servicePortWithName:(NSString *)name'
Available in Mac OS X v10.5 and later.


- name (NSString)
- The name of the vended service.

The port associated with name. 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)