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

9 lines
193 B
Plaintext

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