Skip to main content
System.Net.WebSockets package icon

System.Net.WebSockets

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.

Total Downloads
387.9M
387,921,128
Published
Nov 15, 2016
Latest stable version

Install

.NET CLI
dotnet add package System.Net.WebSockets --version 4.3.0
Package Manager Console
Install-Package System.Net.WebSockets -Version 4.3.0
PackageReference
<PackageReference Include="System.Net.WebSockets" Version="4.3.0" />

Frameworks

MonoAndroid1.0 MonoTouch1.0 .NETFramework4.6 .NETStandard1.3 Xamarin.iOS1.0 Xamarin.Mac2.0 Xamarin.TVOS1.0 Xamarin.WatchOS1.0

Dependencies

[4.3.0, )
[4.3.0, )
System.Runtime
.NETStandard1.3
[4.3.0, )
System.Threading.Tasks
.NETStandard1.3
[4.3.0, )