---
title: "NWEndpoint.unix(path:)"
framework: network
role: symbol
role_heading: Case
path: "network/nwendpoint/unix(path:)"
---

# NWEndpoint.unix(path:)

An endpoint represented as a UNIX domain path.

## Declaration

```swift
case unix(path: String)
```

## See Also

### Endpoint Types

- [NWEndpoint.hostPort(host:port:)](network/nwendpoint/hostport(host:port:).md)
- [NWEndpoint.service(name:type:domain:interface:)](network/nwendpoint/service(name:type:domain:interface:).md)
- [NWEndpoint.url(_:)](network/nwendpoint/url(_:).md)
