---
title: remoteAddress
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/nwtcpconnection/remoteaddress
---

# remoteAddress

The IP address endpoint to which the connection was established.

## Declaration

```swift
var remoteAddress: NWEndpoint? { get }
```

## See Also

### Getting connection properties

- [endpoint](networkextension/nwtcpconnection/endpoint.md)
- [localAddress](networkextension/nwtcpconnection/localaddress.md)
- [connectedPath](networkextension/nwtcpconnection/connectedpath.md)
- [txtRecord](networkextension/nwtcpconnection/txtrecord.md)
