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