10 references to _helloWorldBytes
InMemory.FunctionalTests (10)
Http3\Http3TimeoutTests.cs (10)
351
var requestStream = await Http3Api.CreateRequestStream(ReadRateRequestHeaders(
_helloWorldBytes
.Length), endStream: false);
352
await requestStream.SendDataAsync(
_helloWorldBytes
, endStream: false);
460
await requestStream.SendDataAsync(
_helloWorldBytes
, endStream: true);
470
Http3Api.AdvanceTime(TimeSpan.FromSeconds((requestStream.BytesReceived +
_helloWorldBytes
.Length) / limits.MinResponseDataRate.BytesPerSecond) +
481
Assert.Equal(
_helloWorldBytes
.Length, data.Length);
709
var requestStream = await Http3Api.CreateRequestStream(ReadRateRequestHeaders(
_helloWorldBytes
.Length), endStream: false);
710
await requestStream.SendDataAsync(
_helloWorldBytes
, endStream: false);
725
await requestStream.SendDataAsync(
_helloWorldBytes
, endStream: true);
764
await requestStream.SendDataAsync(
_helloWorldBytes
.AsMemory(), endStream: false);
814
await requestStream.SendDataAsync(
_helloWorldBytes
.AsMemory(), endStream: false);