Pazcal.WrapClient
1.0.6
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.
See the version list below for details.
Install-Package Pazcal.WrapClient -Version 1.0.6
dotnet add package Pazcal.WrapClient --version 1.0.6
<PackageReference Include="Pazcal.WrapClient" Version="1.0.6" />
paket add Pazcal.WrapClient --version 1.0.6
#r "nuget: Pazcal.WrapClient, 1.0.6"
Release Notes
+ Added GetFileAsync functionality in Pazcal.WrapClient
* Renamed GetAsync into GetStringAsync, GetDataAsync and GetFileAsync in Pazcal.WrapClient
* Renamed GetAsync into GetStringAsync and GetDataAsync in Pazcal.WrapClient.WP
* Renamed CancelGetAsync into CancelAsyncRequest
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.