Pazcal.WrapClient 1.1.1

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

// Install Pazcal.WrapClient as a Cake Tool
#tool nuget:?package=Pazcal.WrapClient&version=1.1.1

A Wrapper around the .NET WebClient. This wrapper gives you the oppertunity of getting your data async from a webclient and process the result in specific handlers within the same class, without having all the needed EventHandlers of the .NET WebClient in your class.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  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. 
Silverlight sl4-wp71 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 190 10/2/2013
1.1.0 104 10/2/2013
1.0.6 72 9/29/2013
1.0.4 72 9/28/2013
1.0.3 103 9/28/2013

! Major changes
* Removed the URL in the Constructor. Url must now be provided by the Get Methods. This way the WebClientWrapper can initialized once.
- Removed obsolete methods from version 1.0.4 and before