TDengine/docs/zh/08-develop/01-connect/_connect_cs.mdx
2024-08-05 18:34:12 +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}}
```