Returns the NSHost with the Internet address address.
Original signature is '+ (NSHost *)hostWithAddress:(NSString *)address'
Available in Mac OS X v10.0 and later.


- address (NSString)
- Network address to look up. For example, @"127.0.0.1" or @"fe80::1".

The host for address.

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