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

# NWProtocolWebSocket.Opcode.pong

A Pong message in response to a Ping from the peer.

## Declaration

```swift
case pong
```

## See Also

### Control Types

- [NWProtocolWebSocket.Opcode.ping](network/nwprotocolwebsocket/opcode/ping.md)
- [NWProtocolWebSocket.Opcode.close](network/nwprotocolwebsocket/opcode/close.md)
