#276 Remove unused IHttpApplicationFeature.
This commit is contained in:
parent
86f94b7590
commit
06584a31b4
|
|
@ -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; }
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue