MultiPlug.Ext.Networks 1.0.16

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 MultiPlug.Ext.Networks --version 1.0.16
NuGet\Install-Package MultiPlug.Ext.Networks -Version 1.0.16
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="MultiPlug.Ext.Networks" Version="1.0.16" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MultiPlug.Ext.Networks --version 1.0.16
#r "nuget: MultiPlug.Ext.Networks, 1.0.16"
#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 MultiPlug.Ext.Networks as a Cake Addin
#addin nuget:?package=MultiPlug.Ext.Networks&version=1.0.16

// Install MultiPlug.Ext.Networks as a Cake Tool
#tool nuget:?package=MultiPlug.Ext.Networks&version=1.0.16

Use this Extension for HTTP Endpoints, HTTP Requests, Socket Endpoints, Socket Clients and SSDP discovery

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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

* Changelog
1.0.13/14/15/16 Enhancement: Applied latest base classes
1.0.11/12 Enhancement: Socket stability
1.0.10 Bug: Improvement to Socket Clients reconnect attempts.
1.0.9 Enhancement: Implemented new MultiPlug.Base 1.0.25 contracts.
1.0.8:
Client and Endpoint TCP Sockets.
1.0.7:
1. HTTP Request POST Media types can now be set to either Forms, JSON or Plain. Forms and JSON are automatically encoded.
2. An API key header can now be set.
3. User interface improvements.
1.0.3:
1. Allows the setup of Http REST endpoints.