WebDAVClient 2.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package WebDAVClient --version 2.2.0                
NuGet\Install-Package WebDAVClient -Version 2.2.0                
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="WebDAVClient" Version="2.2.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WebDAVClient --version 2.2.0                
#r "nuget: WebDAVClient, 2.2.0"                
#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 WebDAVClient as a Cake Addin
#addin nuget:?package=WebDAVClient&version=2.2.0

// Install WebDAVClient as a Cake Tool
#tool nuget:?package=WebDAVClient&version=2.2.0                

WebDAVClient is a strongly-typed, async, C# client for WebDAV.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on WebDAVClient:

Package Downloads
SuperiorAcumaticaPackage

Dependencies required to compile the SuperiorAcumaticaSolution for Acumatica 2024 R2 Build 24.207.0011

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on WebDAVClient:

Repository Stars
SaboZhang/EasyTidy
EasyTidy A simple file auto-classification tool makes it easy to create automatic workflows with files. / EasyTidy 一个简单的文件自动分类整理工具 轻松创建文件的自动工作流程
Jinjinov/OpenHabitTracker
C# .NET 9 Blazor habit tracker application. Works on Web, Windows, Linux, Android, iOS and macOS.
Version Downloads Last updated
2.2.1 23,864 8/25/2023
2.2.0 185 8/25/2023
2.1.0 59,472 8/25/2021
2.0.0 5,460 11/19/2020
1.1.4 7,528 6/20/2018
1.1.3 4,367 11/18/2017
1.1.2 96,800 8/8/2016
1.1.1 23,386 12/27/2015
1.1.0 1,158 12/13/2015
1.0.23 1,224 12/10/2015
1.0.21 8,681 9/2/2015
1.0.20 1,524 8/13/2015
1.0.19 1,425 3/19/2015
1.0.18 1,139 3/13/2015
1.0.17 1,105 3/13/2015
1.0.16 1,114 3/11/2015
1.0.15 1,222 3/1/2015
1.0.14 1,136 3/1/2015
1.0.13 1,360 2/17/2015
1.0.12 1,467 2/15/2015
1.0.11 1,147 2/1/2015
1.0.10 1,165 1/29/2015
1.0.9 1,139 1/29/2015
1.0.8 1,139 1/28/2015
1.0.7 1,160 1/27/2015
1.0.6 1,443 1/23/2015
1.0.5 1,181 1/15/2015
1.0.4 1,848 10/22/2014
1.0.3 1,149 10/11/2014
1.0.2 1,183 10/10/2014
1.0.1 1,171 10/8/2014
1.0.0 1,566 10/6/2014

* Implement `IDisposable` to avoid `HttpClient` leak
* Added support for `CancellationToken`
* Various performance improvements to reduce memory allocations
* Minor code cleanup