This is a question hard to get an answer from a forum. If you can go through Microsoft support via a support ticket and share more of your scenarios, you might be able to get better insight.
My personal understanding of your reference is,
- In short, WebDAV is a very old protocol aiming to enable typical scenarios such as file sharing. But during the past decades none of the popular applications in this field (Dropbox, OneDrive and others) have chosen this direction. Thus, if the Windows client OS one day stops supporting WebDAV like the announcement says, people shouldn't be surprised because the majority (if not all) of them are using a non-WebDAV solution.
- I don't think this specific announcement you referred to covers WebDAV on the server side (aka IIS). (Similarly the previous announcement to deprecate VBScript on the Windows client wasn't extended to classic ASP on IIS.) But if you are still using WebDAV on IIS, try to switch to a modern alternative.
- The announcement talks about "Webclient (WebDAV) Service" which is a Windows 10/11 component that connects to a WebDAV server. So don't get confused with
WebClient
in .NET programming, which is irrelevant and a different thing. - There are quite a few options to migrate to, and I believe OneDrive/SharePoint from Microsoft covers many of the key features you might need.