Skip to content

Commit 208c9d1

Browse files
committed
fix xref
1 parent dd35fc7 commit 208c9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/grpc/interprocess-namedpipes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ builder.WebHost.ConfigureKestrel(serverOptions =>
8585

8686
The preceding example:
8787

88-
* Uses <xref:Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.UseNamedPipes%2A> to access and configure <xref:Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.NamedPipeTransportOptions>.
88+
* Uses <xref:Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.NamedPipesTransportOptionsExtensions.UseNamedPipes%2A> to access and configure <xref:Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.NamedPipeTransportOptions>.
8989
* Sets the <xref:System.IO.Pipes.PipeSecurity> property to control which users or groups can connect to the named pipe.
9090
* Grants read/write access to the `Users` group. Additional security rules can be added as needed for the scenario.
9191

0 commit comments

Comments
 (0)