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 7ca3b6a commit 2053b36Copy full SHA for 2053b36
src/Servers/Kestrel/Transport.NamedPipes/src/CreateNamedPipeServerStreamContext.cs
@@ -1,9 +1,8 @@
1
-// Licensed to the .NET Foundation under one or more agreements.
+// Licensed to the .NET Foundation under one or more agreements.
2
// The .NET Foundation licenses this file to you under the MIT license.
3
4
using System.IO.Pipes;
5
using Microsoft.AspNetCore.Connections;
6
-using PipeOptions = System.IO.Pipes.PipeOptions;
7
8
namespace Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes;
9
0 commit comments