DecaTec / Portable-WebDAV-Library

Moved to codeberg.org - https://codeberg.org/DecaTec/Portable-WebDAV-Library - The Portable WebDAV Library is a strongly typed, async WebDAV client library which is fully compliant to RFC 4918, RFC 4331 and "Additional WebDAV Collection Properties". It is implemented as .NETStandard 1.1 library in oder to be used on any platform supporting .NETStandard 1.1.
https://decatec.de
Microsoft Public License
46 stars 11 forks source link

Add missing CancellationToken overloads #54

Closed TomGroeneboer closed 7 years ago

TomGroeneboer commented 7 years ago

Add LOCK/UNLOCK overloads that only accept CancellationToken without HttpCompletionOption.

DecaTec commented 7 years ago

Thanks for the PR! I have very little time at the moment, so I think I will merge and prepare for new version on Friday.

Speaking of, I'll also have a look at other overloads that are still missing. Do you miss any more overloads?

TomGroeneboer commented 7 years ago

That's alright, for now we'll create a NuGet package on our own MyGet feed and switch to your version when released.

We'll have a look at the overloads and add some if we see missing ones.

DecaTec commented 7 years ago

Great! Thanks a lot!

DecaTec commented 7 years ago

v1.1.3.0 released. I've only found a missing overload in WebDavSession.

TomGroeneboer commented 7 years ago

Great, thanks! :)