---
title: endEncountered
framework: corefoundation
role: symbol
role_heading: Type Property
path: corefoundation/cfstreameventtype/endencountered
---

# endEncountered

The end of the stream has been reached.

## Declaration

```swift
static var endEncountered: CFStreamEventType { get }
```

## See Also

### Constants

- [openCompleted](corefoundation/cfstreameventtype/opencompleted.md)
- [hasBytesAvailable](corefoundation/cfstreameventtype/hasbytesavailable.md)
- [canAcceptBytes](corefoundation/cfstreameventtype/canacceptbytes.md)
- [errorOccurred](corefoundation/cfstreameventtype/erroroccurred.md)
