I have seen other answers that say you shouldn't do this and Content-Type does not belong on the Request, etc. Ignoring all of that...
Let's say I'm working on Mars and I need to use HttpClient and have it send the "Content-Type" HTTP header (I am checking in Fiddler). Is there any way to do this? I am doing a GET so I am not sending any content.