---
title: nw_endpoint_type_address
framework: network
role: symbol
role_heading: Global Variable
path: network/nw_endpoint_type_address
---

# nw_endpoint_type_address

An endpoint represented as an IP address and port.

## Declaration

```swift
var nw_endpoint_type_address: nw_endpoint_type_t { get }
```

## See Also

### Endpoint Types

- [nw_endpoint_type_invalid](network/nw_endpoint_type_invalid.md)
- [nw_endpoint_type_host](network/nw_endpoint_type_host.md)
- [nw_endpoint_type_bonjour_service](network/nw_endpoint_type_bonjour_service.md)
- [nw_endpoint_type_url](network/nw_endpoint_type_url.md)
