1 write to _pipeName
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
NamedPipesTransportBenchmark.cs (1)
41
_pipeName
= "MicrobenchmarksTestPipe-" + Path.GetRandomFileName();
3 references to _pipeName
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
NamedPipesTransportBenchmark.cs (3)
51
.UseUrls($"http://pipe:/{
_pipeName
}")
67
var clientStream = CreateClientStream(
_pipeName
);
105
var namedPipeClient = CreateClientStream(
_pipeName
);