Skip to content

Commit 57d2844

Browse files
committed
Kestrel named pipes
1 parent 0475dfc commit 57d2844

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aspnetcore/fundamentals/servers/kestrel/endpoints.md

Lines changed: 3 additions & 3 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
12+
# Configure endpoints for the ASP.NET Core Kestrel web server Z
1313

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

@@ -587,7 +587,7 @@ Kestrel's named pipe support includes advanced customization options. The [Creat
587587

588588
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.
589589

590-
:::code language="csharp" source="~/fundamentals/servers/kestrel/endpoints/samples/KestrelNamedEP/Program.cs" higlight="7-23":::
590+
:::code language="csharp" source="~/fundamentals/servers/kestrel/endpoints/samples/KestrelNamedEP/Program.cs" highlight="7-23":::
591591

592592
:::moniker-end
593593

@@ -599,7 +599,7 @@ Kestrel's named pipe support includes advanced customization options. The [Creat
599599

600600
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.
601601

602-
:::code language="csharp" source="~/fundamentals/servers/kestrel/endpoints/samples/KestrelNamedEP/Program.cs" higlight="7-23":::
602+
:::code language="csharp" source="~/fundamentals/servers/kestrel/endpoints/samples/KestrelNamedEP/Program.cs" highlight="7-23":::
603603

604604
:::moniker-end
605605

0 commit comments

Comments
 (0)