MvcApi.Formatting.MediaTypeFormatter.OnGetResponseHeaders C# (CSharp) 메소드

OnGetResponseHeaders() 개인적인 메소드

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