Skip to content

Commit 5f128de

Browse files
Update aspnetcore/grpc/interprocess-namedpipes.md
Co-authored-by: Tom Dykstra <[email protected]>
1 parent 9565cdb commit 5f128de

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
@@ -50,7 +50,7 @@ The preceding example:
5050

5151
### Configuring PipeSecurity for Named Pipes
5252

53-
To customize the security of the named pipe, for example, to control which users or groups can connect, use the [`NamedPipeTransportOptions`](xref:Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.NamedPipeTransportOptions) class. This allows a custom [`PipeSecurity`](xref:System.IO.Pipes.PipeSecurity) object to be specified.
53+
To control which users or groups can connect, use the [`NamedPipeTransportOptions`](xref:Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.NamedPipeTransportOptions) class. This allows a custom [`PipeSecurity`](xref:System.IO.Pipes.PipeSecurity) object to be specified.
5454

5555
Example:
5656

0 commit comments

Comments
 (0)