TDengine/docs/zh/07-develop/01-connect/_connect_cs.mdx
2024-09-23 12:01:22 +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}}
```