Closed mnkvsoft closed 4 years ago
Make the method return a HttpResponseMessage
or Response<T>
(which has a ResponseMessage
property which contains the HttpResponseMessage
). From there you can get Headers
and Content.Headers
Thanks for the quick response
Good afternoon. Is there some way to get the header from the server?