17 references to _helloBytes
InMemory.FunctionalTests (17)
Http2\Http2ConnectionTests.cs (16)
446
await SendDataAsync(1,
_helloBytes
, endStream: true);
461
await SendDataAsync(3,
_helloBytes
, endStream: true);
981
await SendDataAsync(1,
_helloBytes
, endStream: false);
992
await SendDataAsync(3,
_helloBytes
, endStream: false);
1034
Assert.True(
_helloBytes
.AsSpan().SequenceEqual(stream1DataFrame1.PayloadSequence.ToArray()));
1036
Assert.True(
_helloBytes
.AsSpan().SequenceEqual(stream3DataFrame1.PayloadSequence.ToArray()));
1187
await SendDataAsync(1,
_helloBytes
, endStream: true);
1190
await SendDataAsync(3,
_helloBytes
, endStream: true);
2218
await SendDataAsync(1,
_helloBytes
, endStream: false);
2257
await SendDataAsync(1,
_helloBytes
, endStream: true);
4171
await SendDataAsync(1,
_helloBytes
, true);
4184
await SendDataAsync(3,
_helloBytes
, true);
4840
await SendDataAsync(1,
_helloBytes
, endStream: false);
5205
await SendDataAsync(1,
_helloBytes
, true);
5240
await SendDataAsync(1,
_helloBytes
, true);
5253
await SendDataAsync(3,
_helloBytes
, true);
Http2\Http2WebSocketTests.cs (1)
699
await SendDataAsync(3,
_helloBytes
, endStream: true);