---
title: datagrams
framework: network
role: symbol
role_heading: Instance Property
path: network/networkconnection/datagrams
---

# datagrams

Access connection-wide unreliable datagrams over QUIC. Subsequent accesses to this object will return the same reference. All incoming datagrams for the entire QUIC connection will be received on this SubConnection once invoked.

## Declaration

```swift
final var datagrams: QUIC.Datagrams<QUICDatagram> { get async throws }
```
