---
title: passThroughOutput()
framework: network
role: symbol
role_heading: Instance Method
path: network/nwprotocolframer/instance/passthroughoutput()
---

# passThroughOutput()

Indicates that your protocol no longer needs to handle output data.

## Declaration

```swift
final func passThroughOutput()
```

## See Also

### Writing Output

- [parseOutput(minimumIncompleteLength:maximumLength:parse:)](network/nwprotocolframer/instance/parseoutput(minimumincompletelength:maximumlength:parse:).md)
- [writeOutput(data:)](network/nwprotocolframer/instance/writeoutput(data:)-ydvk.md)
- [writeOutputNoCopy(length:)](network/nwprotocolframer/instance/writeoutputnocopy(length:).md)
