Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Portable WebDAV Library v0.9.0.0

Compare
Choose a tag to compare
@DecaTec DecaTec released this 03 May 12:39
· 102 commits to master since this release
  • The library now implements RFC 4918, RFC 4331, Additional WebDAV Collection Properties and a some WebDAV properties specific to IIS WebDAV.
  • New properties available for WebDavSessionListItem: Keep in mind that not every WebDAV server supports the same properties. Often a server only supports a subset of the specifications or even adds additional properties. So, when a property of a WebDavSessionListItem is null, the WebDAV server may not support these properties.
    -Some properties of WebDavSessionListItem are strongly-typed now (DateTime and numeric values).
  • WebDavSession now exposes some protected members, so that the class can be overridden for special purposes (e.g. when new types should be added to the WebDAV object model in a project).