---
title: names
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/host/names
---

# names

Returns all the hostnames of the receiver.

## Declaration

```swift
var names: [String] { get }
```

## Return Value

Return Value All the hostnames of the receiver.

## See Also

### Getting Host Information

- [address](foundation/host/address.md)
- [addresses](foundation/host/addresses.md)
- [name](foundation/host/name.md)
- [localizedName](foundation/host/localizedname.md)
