---
title: "NWConnection.SendCompletion.contentProcessed(_:)"
framework: network
role: symbol
role_heading: Case
path: "network/nwconnection/sendcompletion/contentprocessed(_:)"
---

# NWConnection.SendCompletion.contentProcessed(_:)

Provide a completion handler that’s invoked when the sent data is processed by the stack.

## Declaration

```swift
@preconcurrency case contentProcessed(@Sendable (NWError?) -> Void)
```

## See Also

### Completions

- [NWConnection.SendCompletion.idempotent](network/nwconnection/sendcompletion/idempotent.md)
