init(address:)
Returns the NSHost with the Internet address address.
Declaration
convenience init(address: String)Parameters
- address:
Network address to look up. For example,
"127.0.0.1"or"fe80::1".
Return Value
The host for address.
Returns the NSHost with the Internet address address.
convenience init(address: String)Network address to look up. For example, "127.0.0.1" or "fe80::1".
The host for address.