WebDavClient
WebDavClient copied to clipboard
Invalid XML in WebDav server responses do not result in a usable exception
When the WebDav server returns invalid XML, the exception is eaten by XDocumentExt.TryParse
and the caller is left with an empty parsed response and no idea why it is empty.