#276 Remove unused IHttpApplicationFeature.

This commit is contained in:
Chris R 2015-04-29 09:59:29 -07:00
parent 86f94b7590
commit 06584a31b4
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Threading;
namespace Microsoft.AspNet.Http
{
public interface IHttpApplicationFeature
{
string AppName { get; set; }
string AppMode { get; set; }
CancellationToken OnAppDisposing { get; set; }
}
}