Info
| Version: | 1.0.3 | 
| Author(s): | websocket-sharp-standard | 
| Last Update: | Friday, September 13, 2019 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/chenzuo/websocket-sharp | 
| NuGet Url: | https://www.nuget.org/packages/WebSocketSharp.Standard | 
Install
Install-Package WebSocketSharp.Standard
                        dotnet add package WebSocketSharp.Standard
                        paket add WebSocketSharp.Standard
                        
                                WebSocketSharp.Standard Download (Unzip the "nupkg" after downloading)
                            
                         
                
It supports:
- RFC 6455
- WebSocket Client and Server
- Per-message Compression extension
- Secure Connection
- HTTP Authentication (Basic/Digest)
- Query String, Origin header and Cookies
- Connecting through the HTTP Proxy server
- .NET 3.5 or later (includes compatible).