MvcApi.Formatting.MediaTypeFormatter.GetResponseHeaders C# (CSharp) Method

GetResponseHeaders() private method

private GetResponseHeaders ( Type objectType, string mediaType, HttpResponseMessage responseMessage ) : string>>.IEnumerable
objectType Type
mediaType string
responseMessage HttpResponseMessage
return string>>.IEnumerable
        internal IEnumerable<KeyValuePair<string, string>> GetResponseHeaders(Type objectType, string mediaType, HttpResponseMessage responseMessage)
        {
            return this.OnGetResponseHeaders(objectType, mediaType, responseMessage);
        }