System.Net.WebSockets
                              
                            
                                4.3.0
                            
                        
                            
                                
                                
                                    Prefix Reserved
                                
                            
                    Requires NuGet 2.12 or higher.
dotnet add package System.Net.WebSockets --version 4.3.0
NuGet\Install-Package System.Net.WebSockets -Version 4.3.0
<PackageReference Include="System.Net.WebSockets" Version="4.3.0" />
<PackageVersion Include="System.Net.WebSockets" Version="4.3.0" />
<PackageReference Include="System.Net.WebSockets" />
paket add System.Net.WebSockets --version 4.3.0
#r "nuget: System.Net.WebSockets, 4.3.0"
#:package System.Net.WebSockets@4.3.0
#addin nuget:?package=System.Net.WebSockets&version=4.3.0
#tool nuget:?package=System.Net.WebSockets&version=4.3.0
Provides the System.Net.WebSockets.WebSocket abstract class and related types to allow developers to implement the WebSocket protocol (RFC 6455). WebSockets provide full-duplex communication over a single TCP connection.
Commonly Used Types:
System.Net.WebSockets.WebSocket
System.Net.WebSockets.WebSocketContext
System.Net.WebSockets.WebSocketException
 
When using NuGet 3.x this package requires at least version 3.4.
| Product | Versions Compatible and additional computed target framework versions. | 
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. | 
| .NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. | 
| .NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. | 
| .NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. | 
| MonoAndroid | monoandroid was computed. monoandroid10 is compatible. | 
| MonoMac | monomac was computed. | 
| MonoTouch | monotouch was computed. monotouch10 is compatible. | 
| Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. | 
| Universal Windows Platform | uap was computed. uap10.0 was computed. | 
| Xamarin.iOS | xamarinios was computed. xamarinios10 is compatible. | 
| Xamarin.Mac | xamarinmac was computed. xamarinmac20 is compatible. | 
| Xamarin.TVOS | xamarintvos was computed. xamarintvos10 is compatible. | 
| Xamarin.WatchOS | xamarinwatchos was computed. xamarinwatchos10 is compatible. | 
- 
                                                    
.NETFramework 4.6
- No dependencies.
 
 - 
                                                    
.NETStandard 1.3
- Microsoft.Win32.Primitives (>= 4.3.0)
 - System.Resources.ResourceManager (>= 4.3.0)
 - System.Runtime (>= 4.3.0)
 - System.Threading.Tasks (>= 4.3.0)
 
 - 
                                                    
MonoAndroid 1.0
- No dependencies.
 
 - 
                                                    
MonoTouch 1.0
- No dependencies.
 
 - 
                                                    
Xamarin.iOS 1.0
- No dependencies.
 
 - 
                                                    
Xamarin.Mac 2.0
- No dependencies.
 
 - 
                                                    
Xamarin.TVOS 1.0
- No dependencies.
 
 - 
                                                    
Xamarin.WatchOS 1.0
- No dependencies.
 
 
NuGet packages (63)
Showing the top 5 NuGet packages that depend on System.Net.WebSockets:
| Package | Downloads | 
|---|---|
| 
                                                        
                                                            System.Net.WebSockets.Client
                                                        
                                                            
                                                         Provides the System.Net.WebSockets.ClientWebSocket class, which implements the client role of the WebSockets protocol (RFC 6455). Commonly Used Types: System.Net.WebSockets.ClientWebSocket When using NuGet 3.x this package requires at least version 3.4.  | 
                                                    |
| 
                                                        
                                                            Microsoft.NETCore.UniversalWindowsPlatform
                                                        
                                                            
                                                         Provides a set of packages that can be used when building Universal Windows applications on .NETCore. d67bd83a075b8b10cb95810568073c1a3211f28b When using NuGet 3.x this package requires at least version 3.4.  | 
                                                    |
| 
                                                        
                                                            Microsoft.Net.Http.Server
                                                        
                                                            
                                                         .NET HTTP server that uses the Windows HTTP Server API.  | 
                                                    |
| 
                                                        
                                                            DisCatSharp
                                                        
                                                            
                                                         DisCatSharp Your library to write discord bots in C# with a focus on always providing access to the latest discord features. Written with love and for everyone.  | 
                                                    |
| 
                                                        
                                                            Microsoft.AspNet.Http.Features
                                                        
                                                            
                                                         ASP.NET 5 HTTP feature interface definitions.  | 
                                                    
GitHub repositories (21)
Showing the top 20 popular GitHub repositories that depend on System.Net.WebSockets:
| Repository | Stars | 
|---|---|
| 
                                                        
                                                            servicetitan/Stl.Fusion
                                                        
                                                         
                                                            Build real-time apps (Blazor included) with less than 1% of extra code responsible for real-time updates. Host 10-1000x faster APIs relying on transparent and nearly 100% consistent caching. We call it DREAM, or Distributed REActive Memoization, and it's here to turn real-time on!
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            microsoft/PowerApps-Samples
                                                        
                                                         
                                                            Sample code for Power Apps, including Dataverse, model-driven apps, canvas apps, Power Apps component framework, portals, and AI Builder.
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            microsoft/VSSDK-Extensibility-Samples
                                                        
                                                         
                                                            Samples for building your own Visual Studio extensions
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            chenxuuu/llcom
                                                        
                                                         
                                                            🛠功能强大的串口工具。支持Lua自动化处理、串口调试、WinUSB、串口曲线、TCP测试、MQTT测试、编码转换、乱码恢复等功能
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            RazorGenerator/RazorGenerator
                                                        
                                                         
                                                            A Custom Tool for Visual Studio that allows processing Razor files at design time instead of runtime, allowing them to be built into an assembly for simpler reuse and distribution. 
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            radu-matei/websocket-manager
                                                        
                                                         
                                                            Real-Time library for ASP .NET Core
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            not-nullptr/Aerochat
                                                        
                                                         
                                                            Native rewrite of Aerochat, a WLM 09 themed Discord client
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            microsoft/RTVS
                                                        
                                                         
                                                            R Tools for Visual Studio.
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            zhaopeiym/IoTClient.Examples
                                                        
                                                         | 
                                                    |
| 
                                                        
                                                            wushuaihua520/BarrageGrab
                                                        
                                                         
                                                            抖音快手bilibili直播弹幕wss直连,非系统代理方式,无需多开浏览器窗口
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            Flangvik/CobaltBus
                                                        
                                                         
                                                            Cobalt Strike External C2 Integration With Azure Servicebus, C2 traffic via Azure Servicebus
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            KjetilSv/Win10As
                                                        
                                                         
                                                            Make your windows 10 computer IOT friendly
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            daohainam/mini-web-server
                                                        
                                                         
                                                            A simple but full-featured web server, supports HTTP/1, HTTP/2, MVC, API, Authentication, Authorization...
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            Drawaes/CondenserDotNet
                                                        
                                                         
                                                            API Condenser / Reverse Proxy using Kestrel and Consul, Including light weight consul lib
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            fabsenet/adrilight
                                                        
                                                         
                                                            An Ambilight clone for Windows based sources - HTPC or just a normal PC
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            mpostol/OPC-UA-OOI
                                                        
                                                         
                                                            Object Oriented Internet - C# deliverables supporting a new Machine To Machine (M2M) communication architecture
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            Aiko-IT-Systems/DisCatSharp
                                                        
                                                         
                                                            Your library to write discord apps in C# with focus on always providing access to the latest discord features
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            aliostad/BeeHive
                                                        
                                                         
                                                            A Reactive Cloud Actor library/mini-framework for .NET 4.5.2+ or .NET Standard 2.0+
                                                         
                                                     | 
                                                    |
| 
                                                        
                                                            ActualLab/Fusion
                                                        
                                                         | 
                                                    |
| 
                                                        
                                                            DigitalPlatform/dp2
                                                        
                                                         
                                                            Integrated Library System / 图书馆集成系统
                                                         
                                                     | 
                                                    
| Version | Downloads | Last Updated | 
|---|---|---|
| 4.3.0 | 86,537,723 | 11/15/2016 | 
| 4.3.0-preview1-24530-04 | 176,269 | 10/24/2016 | 
| 4.0.0 | 270,383,987 | 6/27/2016 | 
| 4.0.0-rc2-24027 | 2,151,013 | 5/16/2016 | 
| 4.0.0-beta-23516 | 353,863 | 11/18/2015 | 
| 4.0.0-beta-23409 | 366,653 | 10/15/2015 | 
| 4.0.0-beta-23225 | 43,854 | 9/2/2015 | 
| 4.0.0-beta-23123 | 4,596 | 7/29/2015 | 
| 4.0.0-beta-23109 | 42,512 | 7/27/2015 | 
| 4.0.0-beta-23019 | 43,720 | 6/30/2015 | 
| 4.0.0-beta-22816 | 10,194 | 4/24/2015 |