Skip to content

Commit c728553

Browse files
committed
Kestrel named pipes
1 parent 57d2844 commit c728553

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

aspnetcore/fundamentals/servers/kestrel/endpoints.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 2/4/2025
99
uid: fundamentals/servers/kestrel/endpoints
1010
---
1111

12-
# Configure endpoints for the ASP.NET Core Kestrel web server Z
12+
# Configure endpoints for the ASP.NET Core Kestrel web server
1313

1414
[!INCLUDE[](~/includes/not-latest-version.md)]
1515

@@ -581,14 +581,6 @@ The following example configures an endpoint for HTTP/1.1, HTTP/2, and HTTP/3 co
581581

582582
:::code language="csharp" source="~/fundamentals/servers/kestrel/samples/6.x/KestrelSample/Snippets/Program.cs" id="snippet_ConfigureKestrelProtocols":::
583583

584-
## test Customize Kestrel named pipe endpoints
585-
586-
Kestrel's named pipe support includes advanced customization options. The [CreateNamedPipeServerStream](/dotnet/api/microsoft.aspnetcore.server.kestrel.transport.namedpipes.namedpipetransportoptions.createnamedpipeserverstream) property on the named pipe options allows pipes to be customized per-endpoint.
587-
588-
An example of where this is useful is a Kestrel app that requires two pipe endpoints with different [access security](/windows/win32/ipc/named-pipe-security-and-access-rights). The `CreateNamedPipeServerStream` option can be used to create pipes with custom security settings, depending on the pipe name.
589-
590-
:::code language="csharp" source="~/fundamentals/servers/kestrel/endpoints/samples/KestrelNamedEP/Program.cs" highlight="7-23":::
591-
592584
:::moniker-end
593585

594586
:::moniker range=">= aspnetcore-9.0"

0 commit comments

Comments
 (0)