2 references to _helloWorldPayload
IIS.Microbenchmarks (2)
PlaintextBenchmark.cs (2)
66
var payloadLength =
_helloWorldPayload
.Length;
70
return response.Body.WriteAsync(
_helloWorldPayload
, 0, payloadLength);