PubnubNetPlatform 3.8.7
dotnet add package PubnubNetPlatform --version 3.8.7
NuGet\Install-Package PubnubNetPlatform -Version 3.8.7
<PackageReference Include="PubnubNetPlatform" Version="3.8.7" />
paket add PubnubNetPlatform --version 3.8.7
#r "nuget: PubnubNetPlatform, 3.8.7"
// Install PubnubNetPlatform as a Cake Addin
#addin nuget:?package=PubnubNetPlatform&version=3.8.7
// Install PubnubNetPlatform as a Cake Tool
#tool nuget:?package=PubnubNetPlatform&version=3.8.7
PubNub allows you to securely connect mobile phones, tablets, laptops, desktops and other clients outside of your cloud. PubNub provides the connectivity from your cloud to push data to end clients (phones, tablets, laptops and servers). This is called Real-time Data Push, or Push Notifications. PubNub removes the need for your client apps to constantly poll your cloud for new updates. So you can push data from a Server to a Client. And also you may push data from one Server to another Server, just like Azure ServiceBus ESB. Another option is available for a Mobile Phone to Push Data to another Mobile Phone or any endpoint. With PubNub this becomes easy using the two basic Publish/Subscribe APIs. Additionally PubNub provides automatic Broadcasting. When multiple clients/servers/phones are subscribed to a single channel, each endpoint receives a published message simultaneously.
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 | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wpa81 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 3.5
- Newtonsoft.Json (>= 9.0.1)
- System.Threading.dll (>= 1.0.2856)
-
.NETFramework 4.0
- Newtonsoft.Json (>= 9.0.1)
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.0)
- Newtonsoft.Json (>= 9.0.1)
- System.Linq.Queryable (>= 4.0.1)
- System.Net.Requests (>= 4.0.11)
- System.Reflection.Primitives (>= 4.0.1)
- System.Reflection.TypeExtensions (>= 4.1.0)
- System.Security.Cryptography.Algorithms (>= 4.2.0)
- System.Security.Cryptography.Primitives (>= 4.0.0)
- System.Text.Encoding (>= 4.0.11)
- System.Text.Encoding.Extensions (>= 4.0.11)
- System.Threading.ThreadPool (>= 4.0.10)
-
Portable Class Library (.NETFramework 4.0, Silverlight 5.0, Windows 8.0, WindowsPhone 8.0)
- Newtonsoft.Json (>= 9.0.1)
- Portable.BouncyCastle-Signed (>= 1.7.0.2)
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- Newtonsoft.Json (>= 9.0.1)
- Portable.BouncyCastle-Signed (>= 1.7.0.2)
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhoneApp 8.1)
- Newtonsoft.Json (>= 9.0.1)
- Portable.BouncyCastle-Signed (>= 1.7.0.2)
-
WindowsPhoneApp 8.1
- Microsoft.Net.Http (>= 2.2.29)
- Newtonsoft.Json (>= 9.0.1)
- Portable.BouncyCastle-Signed (>= 1.7.0.2)
- System.Collections (>= 4.0.0)
- System.ComponentModel (>= 4.0.0)
- System.Net.Primitives (>= 4.0.0)
- System.Net.Requests (>= 4.0.0)
- System.Reflection.Extensions (>= 4.0.0)
- System.Reflection.Primitives (>= 4.0.0)
- System.Runtime (>= 4.0.10)
- System.Threading (>= 4.0.0)
- System.Threading.Timer (>= 4.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
comma encoding fix for multi channelgroups. channel remove fix for channelgroup.