---
title: NWProtocolWebSocket.Opcode.cont
framework: network
role: symbol
role_heading: Case
path: network/nwprotocolwebsocket/opcode/cont
---

# NWProtocolWebSocket.Opcode.cont

A continuation message.

## Declaration

```swift
case cont
```

## Discussion

Discussion Continuations are handled automatically, and should not be manually sent.

## See Also

### Data Types

- [NWProtocolWebSocket.Opcode.binary](network/nwprotocolwebsocket/opcode/binary.md)
- [NWProtocolWebSocket.Opcode.text](network/nwprotocolwebsocket/opcode/text.md)
