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

OnGetResponseHeaders() private method

private OnGetResponseHeaders ( Type objectType, string mediaType, HttpResponseMessage responseMessage ) : string>>.IEnumerable
objectType Type
mediaType string
responseMessage HttpResponseMessage
return string>>.IEnumerable
        protected virtual IEnumerable<KeyValuePair<string, string>> OnGetResponseHeaders(Type objectType, string mediaType, HttpResponseMessage responseMessage)
        {
            return null;
        }