MikaelDui.Net.WebSockets.Wamp
0.0.5
.NET 5.0
This package targets .NET 5.0. The package is compatible with this framework or higher.
.NET Standard 2.0
This package targets .NET Standard 2.0. The package is compatible with this framework or higher.
This package has a SemVer 2.0.0 package version: 0.0.5+c17de70.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package MikaelDui.Net.WebSockets.Wamp --version 0.0.5
NuGet\Install-Package MikaelDui.Net.WebSockets.Wamp -Version 0.0.5
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="MikaelDui.Net.WebSockets.Wamp" Version="0.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MikaelDui.Net.WebSockets.Wamp --version 0.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MikaelDui.Net.WebSockets.Wamp, 0.0.5"
#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.
// Install MikaelDui.Net.WebSockets.Wamp as a Cake Addin #addin nuget:?package=MikaelDui.Net.WebSockets.Wamp&version=0.0.5 // Install MikaelDui.Net.WebSockets.Wamp as a Cake Tool #tool nuget:?package=MikaelDui.Net.WebSockets.Wamp&version=0.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Mikael Dúi's WAMP Library for .NET
Adds WAMP classes to System.Net.WebSockets.Wamp
.
You can install it using the following .NET CLI command:
dotnet add package MikaelDui.Net.WebSockets.Wamp --version *
Example
using System.Net.WebSockets.Wamp;
using WampSubscriberClient client = new()
await client.OpenAsync("wss://example.com/");
await client.SubscribeAsync("news");
var newsMessage = await client.ReceiveAsync();
Console.WriteLines("News received: " newsMessage.Elements[0].GetString());
await client.CloseAsync();
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. 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 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- MikaelDui.Extensions (>= 1.0.22)
- MikaelDui.Net.UserAgent (>= 1.0.2)
- MikaelDui.Net.WebSockets.Extensions (>= 0.0.4)
-
.NETStandard 2.1
- MikaelDui.Extensions (>= 1.0.22)
- MikaelDui.Net.UserAgent (>= 1.0.2)
- MikaelDui.Net.WebSockets.Extensions (>= 0.0.4)
-
net5.0
- MikaelDui.Extensions (>= 1.0.22)
- MikaelDui.Net.UserAgent (>= 1.0.2)
- MikaelDui.Net.WebSockets.Extensions (>= 0.0.4)
-
net6.0
- MikaelDui.Extensions (>= 1.0.22)
- MikaelDui.Net.UserAgent (>= 1.0.2)
- MikaelDui.Net.WebSockets.Extensions (>= 0.0.4)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MikaelDui.Net.WebSockets.Wamp:
Package | Downloads |
---|---|
MikaelDui.RiotGames.Client
An unofficial .NET client for Riot Games and their games League of Legends, Legends of Runeterra, Teamfight Tactics and Valorant. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.0.12 | 426 | 3/7/2022 |
0.0.11 | 122 | 3/1/2022 |
0.0.10 | 176 | 2/19/2022 |
0.0.9 | 129 | 2/18/2022 |
0.0.8 | 114 | 2/18/2022 |
0.0.7 | 107 | 2/18/2022 |
0.0.6 | 429 | 1/15/2022 |
0.0.5 | 112 | 1/15/2022 |
0.0.4 | 113 | 1/15/2022 |
0.0.4-pull-request.3 | 110 | 1/15/2022 |
0.0.3 | 116 | 1/15/2022 |
0.0.2 | 128 | 1/15/2022 |
0.0.1 | 121 | 1/15/2022 |
0.0.1-pull-request.2 | 100 | 1/15/2022 |