18 references to _helloBytes
InMemory.FunctionalTests (18)
Http2\Http2ConnectionTests.cs (17)
453
await SendDataAsync(1,
_helloBytes
, endStream: true);
468
await SendDataAsync(3,
_helloBytes
, endStream: true);
1006
await SendDataAsync(1,
_helloBytes
, endStream: false);
1017
await SendDataAsync(3,
_helloBytes
, endStream: false);
1059
Assert.True(
_helloBytes
.AsSpan().SequenceEqual(stream1DataFrame1.PayloadSequence.ToArray()));
1061
Assert.True(
_helloBytes
.AsSpan().SequenceEqual(stream3DataFrame1.PayloadSequence.ToArray()));
1212
await SendDataAsync(1,
_helloBytes
, endStream: true);
1215
await SendDataAsync(3,
_helloBytes
, endStream: true);
2242
await SendDataAsync(1,
_helloBytes
, endStream: false);
2309
await SendDataAsync(1,
_helloBytes
, endStream: false);
2351
await SendDataAsync(1,
_helloBytes
, endStream: true);
4329
await SendDataAsync(1,
_helloBytes
, true);
4342
await SendDataAsync(3,
_helloBytes
, true);
4998
await SendDataAsync(1,
_helloBytes
, endStream: false);
5363
await SendDataAsync(1,
_helloBytes
, true);
5398
await SendDataAsync(1,
_helloBytes
, true);
5411
await SendDataAsync(3,
_helloBytes
, true);
Http2\Http2WebSocketTests.cs (1)
699
await SendDataAsync(3,
_helloBytes
, endStream: true);