Does anyone know if it's possible to set the encoding attr in the prolog when using C# HttpClient's PostAsXmlAsync method.
When I look at the requests in Fiddler I can see the encoding in the content-type http header, but I need in the prolog like this:
<?xml version="1.0" encoding="UTF-8"?>