WebDavClient icon indicating copy to clipboard operation
WebDavClient copied to clipboard

Asynchronous cross-platform WebDAV client for .NET Core

Results 33 WebDavClient issues
Sort by recently updated
recently updated
newest added

For debugging purposes it would be correct to return the url to make it easier to visualize, now it is like this: ![image](https://github.com/skazantsev/WebDavClient/assets/950602/5e4f98e7-ebe2-4d98-a14d-7abd5ce4577d)

The http header options “Connection: keep-alive” and “Authorization: xxx... lost ” in .net6. It caused by the exception: Unhandled exception. System.Net.Http.HttpRequestException: Error while copying content to a stream. ---> System.IO.IOException:...

I have hit a case in which a WebDAV server doesn't respond with a valid XML or error code when sending a `PROPFIND` request, but with an HTML page (and...