Skip to content

Commit ecd6efc

Browse files
committed
remove pipOptions
1 parent e819f1e commit ecd6efc

File tree

1 file changed

+0
-2
lines changed
  • aspnetcore/fundamentals/servers/kestrel/endpoints/samples/KestrelNamedEP

1 file changed

+0
-2
lines changed

aspnetcore/fundamentals/servers/kestrel/endpoints/samples/KestrelNamedEP/Program.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
{
1616
options.CreateNamedPipeServerStream = (context) =>
1717
{
18-
var pipeOptions = PipeOptions.None; // Essential!
19-
2018
var pipeSecurity = CreatePipeSecurity(context.NamedPipeEndPoint.PipeName);
2119

2220
return NamedPipeServerStreamAcl.Create(context.NamedPipeEndPoint.PipeName, PipeDirection.InOut,

0 commit comments

Comments
 (0)