skazantsev / WebDavClient

Asynchronous cross-platform WebDAV client for .NET Core
MIT License
158 stars 30 forks source link

Expose GetFileResponse to stream directly to file #52

Closed ngbrown closed 4 years ago

ngbrown commented 4 years ago

This exposes GetFileResponse as an advanced method so there's a chance to directly access the response.Content before it's read.

skazantsev commented 4 years ago

Hi @ngbrown , I'll merge it and release a new version. Thanks for the PR.

skazantsev commented 4 years ago

A version 2.5.0 is available in NuGet.

ngbrown commented 4 years ago

@skazantsev thanks for your library and releasing a new version.