NEventSocket 0.6.2
See the version list below for details.
dotnet add package NEventSocket --version 0.6.2
NuGet\Install-Package NEventSocket -Version 0.6.2
<PackageReference Include="NEventSocket" Version="0.6.2" />
paket add NEventSocket --version 0.6.2
#r "nuget: NEventSocket, 0.6.2"
// Install NEventSocket as a Cake Addin #addin nuget:?package=NEventSocket&version=0.6.2 // Install NEventSocket as a Cake Tool #tool nuget:?package=NEventSocket&version=0.6.2
An async reactive EventSocket driver for FreeSwitch
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. 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. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NEventSocket:
Package | Downloads |
---|---|
Cauca.FreeSwitch.RemoteCommand
FreeSwitch wrapper |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.0 | 26,561 | 10/21/2016 |
1.1.0 | 1,870 | 4/22/2016 |
1.0.2 | 1,481 | 3/19/2016 |
1.0.1 | 1,544 | 3/17/2016 |
1.0.0 | 1,457 | 3/9/2016 |
0.6.10 | 1,526 | 1/28/2016 |
0.6.9 | 1,485 | 1/27/2016 |
0.6.8 | 1,366 | 1/27/2016 |
0.6.7 | 1,430 | 1/27/2016 |
0.6.6 | 1,616 | 10/20/2015 |
0.6.5 | 1,486 | 10/20/2015 |
0.6.4 | 1,711 | 7/21/2015 |
0.6.3 | 1,568 | 7/20/2015 |
0.6.2 | 1,532 | 6/25/2015 |
0.6.1 | 1,564 | 6/24/2015 |
0.6.0 | 1,444 | 6/24/2015 |
0.5.3 | 1,532 | 6/24/2015 |
0.5.2 | 1,527 | 6/24/2015 |
0.5.1 | 1,505 | 5/22/2015 |
0.5.0 | 1,579 | 4/30/2015 |
0.4.0 | 1,548 | 3/9/2015 |
0.3.0 | 1,866 | 3/3/2015 |
0.2.0 | 1,759 | 2/17/2015 |
0.1.0-build00059 | 1,464 | 2/4/2015 |
0.1.0-build00054 | 1,386 | 2/4/2015 |
0.6.2 - Bugfix - don't terminate OutboundListener.Channels observable on connection errors.
0.6.1 - Added events and helpers for conferences
0.6.0 - Channels: move channel variables, event headers, underlying socket to Channel.Advanced.
0.5.3 - Channels: fix channel init bug
0.5.2 - Channels: Filter events so underlying socket does not receive events for all channels
0.5.1 - Fix issues with initializing Rx when run in scriptcs
0.5.0 - Fix uri decoding issue on message parsing
Allow operations on Channels in Pre-Answer state