Skip to content

Commit 9706051

Browse files
committed
Kestrel named pipes
1 parent d7e9c1c commit 9706051

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,13 @@
3131

3232
app.Run();
3333

34-
3534
static PipeSecurity CreatePipeSecurity(string pipeName)
3635
{
3736
var pipeSecurity = new PipeSecurity();
3837
// configure PipeSecurity object and return;
3938

4039
// </snippet_1>
41-
// This code to test preceding snippet compiles.
40+
// This code to test preceding snippet compiles, it's not a working sample.
4241

4342
return null;
4443
// Get the current process identity.

0 commit comments

Comments
 (0)