SIPSorcery.WebSocketSharp (0.0.1)
Published 2023-05-05 11:38:40 +10:00 by achi
Installation
dotnet nuget add source --name lers --username your_username --password your_token
dotnet add package --source lers --version 0.0.1 SIPSorcery.WebSocketSharp
About this package
A C# implementation of the WebSocket protocol client and server
- Forked from original repo to make .NET Standard 2.0 conformant, apply bug fixes, create nuget package and other general updates.