---
title: localEndpoint
framework: network
role: symbol
role_heading: Instance Property
path: network/nwconnectiongroup/message/localendpoint
---

# localEndpoint

The local address and port you use to receive the message.

## Declaration

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

## See Also

### Inspecting Received Messages

- [remoteEndpoint](network/nwconnectiongroup/message/remoteendpoint.md)
- [path](network/nwconnectiongroup/message/path.md)
