TDengine/docs/zh/07-develop/01-connect/_connect_cs.mdx
xiaolei li c577897c1f
test(docs):change docs-example file structure and update reference (#16987)
* test(docs):update docs-example file structure

* test(docs):update docs-example references under zh and en
2022-09-22 09:58:31 +08:00

8 lines
184 B
Text

```csharp title="原生连接"
{{#include docs/examples/csharp/connect/Program.cs}}
```
```csharp title="WebSocket 连接"
{{#include docs/examples/csharp/wsConnect/Program.cs}}
```