Hi
I am working on creating a feature in metro App that should connect with WebDAV and access its files. Can anyone share code and ideas regarding how to connect and access the files from webDAV.
Thanks in advance.
Hi,
You might be need to know that how to use httpClient class. For your more information:
HttpClient Sample
Additionally, you could reference the following link:
https://social.msdn.microsoft.com/Forums/windowsapps/en-US/68ab6cbb-26fb-431e-a48f-7a90cc4477c9/how-to-use-webdav-for-windows-store-app-any-client-or-library-which-i-can-use-in-visual-studio?forum=winappswithcsharp
https://social.msdn.microsoft.com/Forums/windowsapps/en-US/beee7372-5756-4620-9901-563644ea9b66/any-sample-of-using-the-webdav-api?forum=wpdevelop
Hope helpful for you.