Contents

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.

See Also

Creating Hosts