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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="System.Net.WebSockets" Version="4.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="System.Net.WebSockets" Version="4.3.0" />
                    
Directory.Packages.props
<PackageReference Include="System.Net.WebSockets" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add System.Net.WebSockets --version 4.3.0
                    
#r "nuget: System.Net.WebSockets, 4.3.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package System.Net.WebSockets@4.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=System.Net.WebSockets&version=4.3.0
                    
Install as a Cake Addin
#tool nuget:?package=System.Net.WebSockets&version=4.3.0
                    
Install as a Cake Tool

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 Compatible and additional computed target framework versions.
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on System.Net.WebSockets:

Package Downloads
Microsoft.AspNet.Http.Features

ASP.NET 5 HTTP feature interface definitions.

Microsoft.AspNet.Http.Abstractions

ASP.NET 5 HTTP object model. HttpContext and family.

Microsoft.Net.WebSockets

Implementation of WebSocket abstract base class. Used by WebListener.

System.Private.ServiceModel

Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.ServiceModel packages. - 1548494

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.3.0 15,018 1/20/2021
4.3.0-preview1-24530-04 17 1/20/2021
4.0.0 34,453 1/19/2021
4.0.0-rc2-24027 167 1/19/2021
4.0.0-beta-23516 20,372 11/18/2015
4.0.0-beta-23409 70,046 10/15/2015
4.0.0-beta-23225 26,541 9/2/2015
4.0.0-beta-23123 1,174 7/29/2015
4.0.0-beta-23109 31,420 7/27/2015
4.0.0-beta-23019 22,092 6/30/2015
4.0.0-beta-22816 242 4/24/2015