Info
Version: | 1.2.16 |
Author(s): | havendv |
Last Update: | Tuesday, August 29, 2023 |
.NET Fiddle: | Online Example |
NuGet Url: | https://www.nuget.org/packages/H.WebSockets |
Install
Install-Package H.WebSockets
dotnet add package H.WebSockets
paket add H.WebSockets
H.WebSockets Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- System.ValueTuple(>= 4.5.0)
No dependencies.
No dependencies.
Tags
- Very simple use in several lines - all the code for obtaining the data is already written and working in a background thread
- It's event based class - available TextMessageReceived and BinaryMessageReceived events
- Also available Connected, Disconnected and ExceptionOccurred events
- Right async methods that support CancellationToken's
- Auto Reconnect
- Open to suggestions and problems on the github.