PusherServer 2.1.0
See the version list below for details.
dotnet add package PusherServer --version 2.1.0
NuGet\Install-Package PusherServer -Version 2.1.0
<PackageReference Include="PusherServer" Version="2.1.0" />
paket add PusherServer --version 2.1.0
#r "nuget: PusherServer, 2.1.0"
// Install PusherServer as a Cake Addin #addin nuget:?package=PusherServer&version=2.1.0 // Install PusherServer as a Cake Tool #tool nuget:?package=PusherServer&version=2.1.0
The .NET library for interacting with the Pusher HTTP API.
Register at http://pusher.com/ and use the application credentials within your app as shown below.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- RestSharp (>= 105.0.1)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on PusherServer:
Package | Downloads |
---|---|
Fluent.DirectCommunicationPusher
Package Description |
|
Panteon.Realtime.Pusher
Adds real-time functionalities to tasks and dashboard using Pusher |
|
LiteMessageBus.Extensions.Pusher
An extension of LiteMessageBus that implemented with Pusher message bus hosting. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on PusherServer:
Repository | Stars |
---|---|
pusher/pusher-websocket-dotnet
Pusher Channels Client Library for .NET
|
Version | Downloads | Last updated |
---|---|---|
5.0.0 | 584,755 | 5/1/2023 |
4.7.0-beta.2 | 15,694 | 1/19/2023 |
4.7.0-beta | 10,387 | 1/5/2023 |
4.6.1 | 2,350,875 | 4/16/2021 |
4.6.0 | 2,209 | 4/14/2021 |
4.5.0 | 7,723 | 4/13/2021 |
4.4.0 | 88,756 | 3/5/2021 |
4.3.2 | 42,592 | 3/1/2021 |
4.3.1 | 11,248 | 2/26/2021 |
4.2.0 | 462,965 | 7/8/2019 |
4.1.0 | 1,015,657 | 5/16/2017 |
4.0.0-rc1 | 9,079 | 12/22/2016 |
3.0.0 | 136,044 | 4/8/2016 |
3.0.0-rc3 | 1,776 | 2/11/2016 |
3.0.0-rc2 | 13,385 | 7/17/2015 |
3.0.0-rc1 | 1,351 | 5/18/2015 |
2.1.1 | 56,563 | 5/14/2015 |
2.1.0 | 7,563 | 3/2/2015 |
2.0.0 | 2,244 | 2/13/2015 |
2.0.0-beta-5 | 2,356 | 12/18/2014 |
2.0.0-beta-4 | 8,982 | 6/5/2013 |
2.0.0-beta-3 | 1,723 | 6/5/2013 |
* Fixed Pusher.Authenticate for private channels. Should not return `channel_data` in the JSON.
* Changed IAuthenticationData Pusher.Authenticate(string channelName, string socketId, PresenceChannelData presenceData) to throw a ArgumentNullException if `presenceData` is `null`.