PubnubASPNET 3.5.0.1

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package PubnubASPNET --version 3.5.0.1
NuGet\Install-Package PubnubASPNET -Version 3.5.0.1
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="PubnubASPNET" Version="3.5.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PubnubASPNET --version 3.5.0.1
#r "nuget: PubnubASPNET, 3.5.0.1"
#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 PubnubASPNET as a Cake Addin
#addin nuget:?package=PubnubASPNET&version=3.5.0.1

// Install PubnubASPNET as a Cake Tool
#tool nuget:?package=PubnubASPNET&version=3.5.0.1

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 Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

C# Core API Installation with example for ASP.NET based on user .net framework.
New: error object model
New: PAM access methods - Grant, Revoke and Audit methods
Supports .net 3.5/4.0/4.5
For more information, please check https://github.com/pubnub/c-sharp/blob/master/csharp.net/README.md