React to IHttpResponseFeature changes.

This commit is contained in:
Chris R 2015-10-12 11:08:53 -07:00
parent 7e93136484
commit 291997e995
1 changed files with 2 additions and 3 deletions

View File

@ -2,14 +2,13 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Features;
using Microsoft.AspNet.Http.Features.Authentication;
using Microsoft.AspNet.Http.Internal;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Primitives;
using Xunit;
namespace Microsoft.AspNet.Authentication
@ -193,7 +192,7 @@ namespace Microsoft.AspNet.Authentication
}
}
public IDictionary<string, StringValues> Headers
public IHeaderDictionary Headers
{
get
{