We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3852c5c commit fbd861fCopy full SHA for fbd861f
src/Servers/Kestrel/Core/src/KestrelServer.cs
@@ -1,6 +1,7 @@
1
// Copyright (c) .NET Foundation. All rights reserved.
2
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3
4
+using System;
5
using System.Collections.Generic;
6
using System.Threading;
7
using System.Threading.Tasks;
@@ -13,6 +14,7 @@
13
14
15
namespace Microsoft.AspNetCore.Server.Kestrel.Core
16
{
17
+ [Obsolete("This type is obsolete and will be removed in a future version.")]
18
public class KestrelServer : IServer
19
20
private KestrelServerImpl _innerKestrelServer;
0 commit comments