WebDAV Server Engine Request Processing Pipeline Customization
IT Hit WebDAV Server Engine is a highly customizable library that provides the means for extending its functionality by the means of creating custom method handlers, options handlers, property handlers, and reports handlers.
-
Creating a Custom WebDAV Method Handler
With IT Hit WebDAV Server Engine for .NET you can create a custom method handler to process any custom HTTP verbs as part of the Engine processing pipeline. The most typical verb that you would want to process in your WebDAV server that is not handle ...
-
Creating a WebDAV Property Handler
In this article, we will describe how to add a custom WebDAV property. The IT Hit WebDAV Server Engine supports two approaches to adding and updating custom properties. You can add a property inside IHierarchyItem.UpdatePropertiesAsync() / GetPropert ...