homework-jianmu/docs/en/07-develop/01-connect/_connect_cs.mdx

8 lines
192 B
Plaintext

```csharp title="Native Connection"
{{#include docs/examples/csharp/connect/Program.cs}}
```
```csharp title="WebSocket Connection"
{{#include docs/examples/csharp/wsConnect/Program.cs}}
```