We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e9c1c commit 9706051Copy full SHA for 9706051
aspnetcore/fundamentals/servers/kestrel/endpoints/samples/KestrelNamedEP/Program.cs
@@ -31,14 +31,13 @@
31
32
app.Run();
33
34
-
35
static PipeSecurity CreatePipeSecurity(string pipeName)
36
{
37
var pipeSecurity = new PipeSecurity();
38
// configure PipeSecurity object and return;
39
40
// </snippet_1>
41
- // This code to test preceding snippet compiles.
+ // This code to test preceding snippet compiles, it's not a working sample.
42
43
return null;
44
// Get the current process identity.
0 commit comments