You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/fundamentals/servers/kestrel/endpoints.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.date: 2/4/2025
9
9
uid: fundamentals/servers/kestrel/endpoints
10
10
---
11
11
12
-
# Configure endpoints for the ASP.NET Core Kestrel web server
12
+
# Configure endpoints for the ASP.NET Core Kestrel web server Z
13
13
14
14
[!INCLUDE[](~/includes/not-latest-version.md)]
15
15
@@ -587,7 +587,7 @@ Kestrel's named pipe support includes advanced customization options. The [Creat
587
587
588
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.
@@ -599,7 +599,7 @@ Kestrel's named pipe support includes advanced customization options. The [Creat
599
599
600
600
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.
0 commit comments