View on GitHub

WebDAV#

WebDAV server in C#

Info

Here you can find all the info about the WebDAV# server.

What

WebDAV# is a WebDAV server, coded in C#, which can be used for various WebDAV .NET applications.

WebDAV# is developed in the .NET Framework 4.5

Developed by

The WebDAV server implementation was based on another open source project, also called WebDAV#. The maintainer of the project is Lasse V. Karlsen and the code can be found on CodePlex.

This version of WebDAV# has been developed by Lieven Janssen and Ewout Merckx at Xplore+.

Implementation info

Http listener

All the information about the Http listener which is defined and used in the solution can be found here.

Method handlers

All the information about the method handlers which are defined and used in the solution can be found here.

Authentication

All the information about the authentication which is defined and used in the solution can be found here.

Exceptions

All the information about the exceptions which are defined and used in the solution can be found here.

Status codes

All the information about the status codes which are defined and used in the solution can be found here.

Response

All the information about the response which is built and sent in the solution can be found here.

Back