SyntaxFix
Write A Post
Hire A Developer
Questions
You use the Headers property with a string index:
Headers
request.Headers["X-My-Custom-Header"] = "the-value";
According to MSDN, this has been available since:
https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest.headers(v=vs.110).aspx