MvcApi.Formatting.MediaTypeFormatter.OnGetResponseHeaders C# (CSharp) Méthode

OnGetResponseHeaders() private méthode

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