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