Skip to content

Commit ae9deaf

Browse files
committed
Kestrel named pipes
1 parent 90c0915 commit ae9deaf

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

aspnetcore/fundamentals/servers/kestrel/endpoints.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -581,16 +581,11 @@ 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-
## See also
585-
586-
* <xref:fundamentals/servers/kestrel>
587-
* <xref:fundamentals/servers/kestrel/options>
588-
589584
:::moniker-end
590585

591586
:::moniker range=">= aspnetcore-9.0"
592587

593-
### Customize Kestrel named pipe endpoints
588+
## Customize Kestrel named pipe endpoints
594589

595590
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.
596591

@@ -601,4 +596,13 @@ An example of where this is useful is a Kestrel app that requires two pipe endpo
601596

602597
:::moniker-end
603598

599+
:::moniker range=">= aspnetcore-8.0"
600+
601+
## See also
602+
603+
* <xref:fundamentals/servers/kestrel>
604+
* <xref:fundamentals/servers/kestrel/options>
605+
606+
:::moniker-end
607+
604608
[!INCLUDE [endpoints5-7](~/fundamentals/servers/kestrel/endpoints/includes/endpoints5-7.md)]

0 commit comments

Comments
 (0)