MikaelDui.Net.WebSockets.Wamp
0.0.12
.NET 5.0
.NET Standard 2.0
This package has a SemVer 2.0.0 package version: 0.0.12+5f20182.
dotnet add package MikaelDui.Net.WebSockets.Wamp --version 0.0.12
NuGet\Install-Package MikaelDui.Net.WebSockets.Wamp -Version 0.0.12
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.12" />
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.12
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MikaelDui.Net.WebSockets.Wamp, 0.0.12"
#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.12
// Install MikaelDui.Net.WebSockets.Wamp as a Cake Tool
#tool nuget:?package=MikaelDui.Net.WebSockets.Wamp&version=0.0.12
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 |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- MikaelDui.Extensions (>= 1.0.26)
- MikaelDui.Net.UserAgent (>= 1.0.5)
- MikaelDui.Net.WebSockets.Extensions (>= 0.0.7)
-
.NETStandard 2.1
- MikaelDui.Extensions (>= 1.0.26)
- MikaelDui.Net.UserAgent (>= 1.0.5)
- MikaelDui.Net.WebSockets.Extensions (>= 0.0.7)
-
net5.0
- MikaelDui.Extensions (>= 1.0.26)
- MikaelDui.Net.UserAgent (>= 1.0.5)
- MikaelDui.Net.WebSockets.Extensions (>= 0.0.7)
-
net6.0
- MikaelDui.Extensions (>= 1.0.26)
- MikaelDui.Net.UserAgent (>= 1.0.5)
- MikaelDui.Net.WebSockets.Extensions (>= 0.0.7)
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 | 295 | 3/7/2022 |
0.0.11 | 65 | 3/1/2022 |
0.0.10 | 123 | 2/19/2022 |
0.0.9 | 79 | 2/18/2022 |
0.0.8 | 64 | 2/18/2022 |
0.0.7 | 55 | 2/18/2022 |
0.0.6 | 386 | 1/15/2022 |
0.0.5 | 69 | 1/15/2022 |
0.0.4 | 73 | 1/15/2022 |
0.0.4-pull-request.3 | 62 | 1/15/2022 |
0.0.3 | 75 | 1/15/2022 |
0.0.2 | 83 | 1/15/2022 |
0.0.1 | 73 | 1/15/2022 |
0.0.1-pull-request.2 | 61 | 1/15/2022 |