Sergey Kazantsev

Results 22 comments of Sergey Kazantsev

Hi Ning Ma, Unfortunately, there's no built-in API to monitor download progress and there's no plan to add it to the lib. You either need to read a stream yourself...

A version 2.5.0 with merged #52 is available in NuGet.

Hi @nickelnext , I don't really have plans to add this feature but I'd gladly accept a Pull Request. I marked it as up-for-grabs in case someone wants to pick...

@codePenny thank you for sharing this.

Sorry for a late response. So, you're doing a PROPFIND for a file and by default the library sends "Depth: 1" which makes sense for a directory but results in...

After some consideration I decided to not include a workaround into the library since it's a rare case and it should be possible to implement a workaround on the client...

Hi Ning, I haven't used digest auth with `WebDavClient` but I hope this case is supported. Try passing `CredentialCache` as credentials. Under the hood these credentials are passed to `HttpClientHandler.Credentials`...

Hi @Chebura , I reviewed the implementation of the library when it comes to passing lock tokens in write requests and I could unfortunately conclude that it's a bug in...

It's not clear if this is library problem or the WebDAV server misconfiguration. What HTTP request are you sending? What HTTP response are you getting? A good starting point is...

Also a displayname property is optional and some WebDAV servers simply don't return it by default. However, you can include it in a request as an additional property: ``` csharp...