---
title: "NWProtocolWebSocket.CloseCode.applicationCode(_:)"
framework: network
role: symbol
role_heading: Case
path: "network/nwprotocolwebsocket/closecode/applicationcode(_:)"
---

# NWProtocolWebSocket.CloseCode.applicationCode(_:)

A close code in the range reserved for applications and frameworks (3000-3999).

## Declaration

```swift
case applicationCode(UInt16)
```

## See Also

### Close Code Types

- [init(rawValue:)](network/nwprotocolwebsocket/closecode/init(rawvalue:).md)
- [NWProtocolWebSocket.CloseCode.protocolCode(_:)](network/nwprotocolwebsocket/closecode/protocolcode(_:).md)
- [NWProtocolWebSocket.CloseCode.Defined](network/nwprotocolwebsocket/closecode/defined.md)
- [NWProtocolWebSocket.CloseCode.privateCode(_:)](network/nwprotocolwebsocket/closecode/privatecode(_:).md)
