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

Portable WebDAV Library v1.1.7.0

Compare
Choose a tag to compare
@DecaTec DecaTec released this 29 Dec 09:19
· 14 commits to master since this release
  • WebDavSession.ListAsync methods now have an optional parameter specifying a UriKind (default is UriKind.Absolute). By this parameter, the format of the Uris of the resulting WebDavSessionListItems can be specified.
  • Removed the unused property IWebProxy from WebDavSession. If a proxy should be used, use one of the constructors of WebDavSession accepting a HttpMessageHandler and provide information about a proxy with a HttpClientHandler.