[@wago/wdx-schema](../README.md) / [Exports](../modules.md) / [WDX](../modules/WDX.md) / [Schema](../modules/WDX.Schema.md) / [Model](../modules/WDX.Schema.Model.md) / [Runtime](../modules/WDX.Schema.Model.Runtime.md) / ClientProtocol

# Enumeration: ClientProtocol

[Model](../modules/WDX.Schema.Model.md).[Runtime](../modules/WDX.Schema.Model.Runtime.md).ClientProtocol

## Table of contents

### Enumeration Members

- [ws](WDX.Schema.Model.Runtime.ClientProtocol.md#ws)
- [wss](WDX.Schema.Model.Runtime.ClientProtocol.md#wss)

## Enumeration Members

### ws

• **ws** = ``"ws"``

#### Defined in

src/WDX/Schema/Model/Runtime/ClientProtocol.ts:11

___

### wss

• **wss** = ``"wss"``

#### Defined in

src/WDX/Schema/Model/Runtime/ClientProtocol.ts:12
