This repository was archived by the owner on Dec 18, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-7
lines changed
src/Microsoft.AspNet.Server.Kestrel
test/Microsoft.AspNet.Server.KestrelTests Expand file tree Collapse file tree 6 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
// Copyright (c) .NET Foundation. All rights reserved.
2
2
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3
3
4
- using Microsoft . AspNet . Builder ;
4
+ using Microsoft . AspNet . Http ;
5
5
using Microsoft . AspNet . Server . Kestrel . Infrastructure ;
6
6
7
7
namespace Microsoft . AspNet . Server . Kestrel . Http
Original file line number Diff line number Diff line change 4
4
using System ;
5
5
using System . Collections . Generic ;
6
6
using System . Threading . Tasks ;
7
- using Microsoft . AspNet . Builder ;
7
+ using Microsoft . AspNet . Http ;
8
8
using Microsoft . AspNet . Server . Kestrel . Infrastructure ;
9
9
using Microsoft . AspNet . Server . Kestrel . Networking ;
10
10
using Microsoft . Extensions . Logging ;
Original file line number Diff line number Diff line change 4
4
using System ;
5
5
using System . Runtime . InteropServices ;
6
6
using System . Threading . Tasks ;
7
- using Microsoft . AspNet . Builder ;
7
+ using Microsoft . AspNet . Http ;
8
8
using Microsoft . AspNet . Server . Kestrel . Infrastructure ;
9
9
using Microsoft . AspNet . Server . Kestrel . Networking ;
10
10
using Microsoft . Extensions . Logging ;
Original file line number Diff line number Diff line change 3
3
4
4
using System ;
5
5
using System . Collections . Generic ;
6
- using Microsoft . AspNet . Builder ;
6
+ using Microsoft . AspNet . Http ;
7
7
using Microsoft . AspNet . Server . Kestrel . Http ;
8
8
using Microsoft . AspNet . Server . Kestrel . Networking ;
9
9
Original file line number Diff line number Diff line change 3
3
4
4
using System ;
5
5
using System . Collections . Generic ;
6
- using Microsoft . AspNet . Builder ;
7
6
using Microsoft . AspNet . Hosting ;
8
7
using Microsoft . AspNet . Hosting . Server ;
9
8
using Microsoft . AspNet . Http ;
13
12
14
13
namespace Microsoft . AspNet . Server . Kestrel
15
14
{
16
- internal class KestrelServer : IServer
15
+ public class KestrelServer : IServer
17
16
{
18
17
private Stack < IDisposable > _disposables ;
19
18
private readonly IApplicationLifetime _applicationLifetime ;
Original file line number Diff line number Diff line change 2
2
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3
3
4
4
using System ;
5
- using Microsoft . AspNet . Builder ;
5
+ using Microsoft . AspNet . Http ;
6
6
using Microsoft . AspNet . Server . Kestrel ;
7
7
8
8
namespace Microsoft . AspNet . Server . KestrelTests
You can’t perform that action at this time.
0 commit comments