This repository has been archived by the owner on Feb 14, 2022. It is now read-only.
Portable WebDAV Library v1.1.7.0
WebDavSession.ListAsync
methods now have an optional parameter specifying aUriKind
(default isUriKind.Absolute
). By this parameter, the format of the Uris of the resultingWebDavSessionListItems
can be specified.- Removed the unused property
IWebProxy
fromWebDavSession
. If a proxy should be used, use one of the constructors ofWebDavSession
accepting aHttpMessageHandler
and provide information about a proxy with aHttpClientHandler
.