mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
8 lines
184 B
Text
8 lines
184 B
Text
```csharp title="原生连接"
|
|
{{#include docs/examples/csharp/connect/Program.cs}}
|
|
```
|
|
|
|
```csharp title="WebSocket 连接"
|
|
{{#include docs/examples/csharp/wsConnect/Program.cs}}
|
|
```
|
|
|