System.Net.WebSockets.WebSocketProtocol
4.7.0-preview3.19551.4
Prefix Reserved
See the version list below for details.
Requires NuGet 2.12 or higher.
dotnet add package System.Net.WebSockets.WebSocketProtocol --version 4.7.0-preview3.19551.4
NuGet\Install-Package System.Net.WebSockets.WebSocketProtocol -Version 4.7.0-preview3.19551.4
<PackageReference Include="System.Net.WebSockets.WebSocketProtocol" Version="4.7.0-preview3.19551.4" />
paket add System.Net.WebSockets.WebSocketProtocol --version 4.7.0-preview3.19551.4
#r "nuget: System.Net.WebSockets.WebSocketProtocol, 4.7.0-preview3.19551.4"
// Install System.Net.WebSockets.WebSocketProtocol as a Cake Addin #addin nuget:?package=System.Net.WebSockets.WebSocketProtocol&version=4.7.0-preview3.19551.4&prerelease // Install System.Net.WebSockets.WebSocketProtocol as a Cake Tool #tool nuget:?package=System.Net.WebSockets.WebSocketProtocol&version=4.7.0-preview3.19551.4&prerelease
Provides the WebSocketProtocol class, which allows creating a websocket from a connected stream using WebSocketsProtocol.CreateFromConnectedStream.
Commonly Used Types:
System.Net.WebSockets.WebSocketProtocol
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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | 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. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 2.0
- System.Memory (>= 4.5.3)
- System.Runtime.CompilerServices.Unsafe (>= 4.7.0-preview3.19551.4)
- System.Threading.Tasks.Extensions (>= 4.5.2)
-
.NETCoreApp 2.1
- No dependencies.
-
.NETStandard 2.0
- System.Buffers (>= 4.5.0)
- System.Memory (>= 4.5.3)
- System.Numerics.Vectors (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.7.0-preview3.19551.4)
- System.Threading.Tasks.Extensions (>= 4.5.2)
-
MonoAndroid 1.0
- System.Buffers (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.7.0-preview3.19551.4)
-
MonoTouch 1.0
- System.Buffers (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.7.0-preview3.19551.4)
-
UAP 10.0.16299
- System.Memory (>= 4.5.3)
- System.Runtime.CompilerServices.Unsafe (>= 4.7.0-preview3.19551.4)
- System.Threading.Tasks.Extensions (>= 4.5.2)
-
Xamarin.iOS 1.0
- System.Buffers (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.7.0-preview3.19551.4)
-
Xamarin.Mac 2.0
- System.Buffers (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.7.0-preview3.19551.4)
-
Xamarin.TVOS 1.0
- System.Buffers (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.7.0-preview3.19551.4)
-
Xamarin.WatchOS 1.0
- System.Buffers (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.7.0-preview3.19551.4)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on System.Net.WebSockets.WebSocketProtocol:
Package | Downloads |
---|---|
Microsoft.AspNetCore.WebSockets
ASP.NET Core web socket middleware for use on top of opaque servers. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/0f9ad16b096ca2535d77efd2ad27645449421b44 |
|
Microsoft.Azure.SignalR
.NET Standard SDK for Azure SignalR. |
|
Microsoft.Azure.SignalR.Management
Provides communication capabilities with ASP.NET Core SignalR clients through Azure SignalR Service directly. The capabilities include sending messages to all/clients/users/groups and managing group membership. For more information, see https://github.com/Azure/azure-signalr/blob/dev/docs/management-sdk-guide.md |
|
MixinCSharpSdk
Mixin C# SDK is a high performance sdk for mixin. Include Mixin network api, messager api and websocket api. |
|
SocketFlow.Server
Server of event-oriented network library |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on System.Net.WebSockets.WebSocketProtocol:
Repository | Stars |
---|---|
Azure/azure-signalr
Azure SignalR Service SDK for .NET
|
|
aspnet/WebSockets
[Archived] Implementation of the WebSocket protocol, along with client and server integration components.
|