This repository has been archived by the owner on Feb 14, 2022. It is now read-only.
Portable WebDAV Library v0.9.0.0
- 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 aWebDavSessionListItem
is null, the WebDAV server may not support these properties.
-Some properties ofWebDavSessionListItem
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).