This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-libzt/examples/csharp/README.md

12 lines
291 B
Markdown
Raw Normal View History

2021-05-25 15:24:28 -07:00
# ZeroTier Sockets for C# .NET
Add `ZeroTier.Sockets` to your project:
```powershell
Install-Package ZeroTier.Sockets
```
2021-05-25 15:24:28 -07:00
## Links
2021-05-25 15:24:28 -07:00
- Getting Started: [docs.zerotier.com/sockets](https://docs.zerotier.com/sockets/tutorial.html)
- Source [src/bindings/csharp](../../src/bindings/csharp)