Do educate me about XML, I feel like a total dunce.
I'm supposed to send XML in a POST header and there's a library with method that takes a string contentType and a System.IO.Stream body.
How?
I suppose the first parameter is "text/html; charset=utf-8" which limits the type of stream used.
Bonus question: What's the easiest way of creating your XmlDocument? What type of structure do you usually aim to start of with?
Btw the library is the OAuth package from Madgex.
'Preciate it!