WebDAVSharp.Server.BasicAuth 1.0.8.1

The WebDAV server was based on another open source project, also called WebDAV#, maintained by Lasse V. Karlsen. This version of WebDAV# has been developed by Lieven Janssen and Ewout Merckx.
This is a new version of the view package page, introduced in ProGet 5.3. If it's missing any functionality, you can still view the old version.

This package does not have a license agreement. You'll need to assign a license type to the package to allow or block downloads.

Usage Instructions

To install WebDAVSharp.Server.BasicAuth from the command line, run the following command:

nuget install WebDAVSharp.Server.BasicAuth -Version 1.0.8.1 -Source https://nuget.perfectxl.com/nuget/default/

To install WebDAVSharp.Server.BasicAuth from the Package Manager Console within Visual Studio, run the following command:

Install-Package WebDAVSharp.Server.BasicAuth -Version 1.0.8.1 -Source https://nuget.perfectxl.com/nuget/default/

For projects that support PackageReference, copy this XML node into the project file to reference the package.

<PackageReference Include="WebDAVSharp.Server.BasicAuth" Version="1.0.8.1" />

Description

A WebDAV server, coded in C#, which can be used for various WebDAV .NET applications. This server was based on another open source project, also called WebDAV#, maintained by Lasse V. Karlsen.