Skip to content

Commit d02423e

Browse files
committed
xref fix again
1 parent 208c9d1 commit d02423e

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.Transport.NamedPipes.NamedPipesTransportOptionsExtensions.UseNamedPipes%2A> to access and configure <xref:Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.NamedPipeTransportOptions>.
88+
* Uses `UseNamedPipes` 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)