---
title: NWProtocolWebSocket.Version
framework: network
role: symbol
role_heading: Enumeration
path: network/nwprotocolwebsocket/version
---

# NWProtocolWebSocket.Version

Supported versions of the WebSocket protocol.

## Declaration

```swift
enum Version
```

## Topics

### Versions

- [NWProtocolWebSocket.Version.version13](network/nwprotocolwebsocket/version/version13.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Configuring WebSocket Options

- [init(_:)](network/nwprotocolwebsocket/options/init(_:).md)
- [autoReplyPing](network/nwprotocolwebsocket/options/autoreplyping.md)
- [maximumMessageSize](network/nwprotocolwebsocket/options/maximummessagesize.md)
