2 references to _helloWorldPayload
Benchmarks (2)
StartupUsingEndpointRouting.cs (2)
30
var payloadLength =
_helloWorldPayload
.Length;
34
return response.Body.WriteAsync(
_helloWorldPayload
, 0, payloadLength);