Pazcal.WrapClient
1.1.1
dotnet add package Pazcal.WrapClient --version 1.1.1
NuGet\Install-Package Pazcal.WrapClient -Version 1.1.1
<PackageReference Include="Pazcal.WrapClient" Version="1.1.1" />
paket add Pazcal.WrapClient --version 1.1.1
#r "nuget: Pazcal.WrapClient, 1.1.1"
// 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 | Versions 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. |
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.
! 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