---
title: bytesOutboundCount
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/nefilterreport/bytesoutboundcount
---

# bytesOutboundCount

The number of outbound bytes sent on the flow.

## Declaration

```swift
var bytesOutboundCount: Int { get }
```

## Discussion

Discussion This property is only non-zero when the report event is NEFilterReport.Event.flowClosed.

## See Also

### Getting report properties

- [flow](networkextension/nefilterreport/flow.md)
- [action](networkextension/nefilterreport/action.md)
- [NEFilterAction](networkextension/nefilteraction.md)
- [event](networkextension/nefilterreport/event-swift.property.md)
- [NEFilterReport.Event](networkextension/nefilterreport/event-swift.enum.md)
- [bytesInboundCount](networkextension/nefilterreport/bytesinboundcount.md)
