2 references to _helloWorldPayload
Benchmarks (2)
StartupUsingRouter.cs (2)
24
var payloadLength =
_helloWorldPayload
.Length;
28
return response.Body.WriteAsync(
_helloWorldPayload
, 0, payloadLength);