I\'m sending a request with HttpClient. Server returns two headers which I want return to client. I run it like this:
HttpClient
using (var client = new
Content_type is part of the Content Headers. So you should use:
response.Content.Headers;