---
title: hostName
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/netservice/hostname
---

# hostName

A string containing the DNS hostname for this service.

## Declaration

```swift
var hostName: String? { get }
```

## Discussion

Discussion This value is nil until the service has been resolved (when addresses is non-nil).
