17 references to _helloBytes
InMemory.FunctionalTests (17)
Http2\Http2ConnectionTests.cs (16)
450
await SendDataAsync(1,
_helloBytes
, endStream: true);
465
await SendDataAsync(3,
_helloBytes
, endStream: true);
997
await SendDataAsync(1,
_helloBytes
, endStream: false);
1008
await SendDataAsync(3,
_helloBytes
, endStream: false);
1050
Assert.True(
_helloBytes
.AsSpan().SequenceEqual(stream1DataFrame1.PayloadSequence.ToArray()));
1052
Assert.True(
_helloBytes
.AsSpan().SequenceEqual(stream3DataFrame1.PayloadSequence.ToArray()));
1203
await SendDataAsync(1,
_helloBytes
, endStream: true);
1206
await SendDataAsync(3,
_helloBytes
, endStream: true);
2234
await SendDataAsync(1,
_helloBytes
, endStream: false);
2273
await SendDataAsync(1,
_helloBytes
, endStream: true);
4188
await SendDataAsync(1,
_helloBytes
, true);
4201
await SendDataAsync(3,
_helloBytes
, true);
4857
await SendDataAsync(1,
_helloBytes
, endStream: false);
5222
await SendDataAsync(1,
_helloBytes
, true);
5257
await SendDataAsync(1,
_helloBytes
, true);
5270
await SendDataAsync(3,
_helloBytes
, true);
Http2\Http2WebSocketTests.cs (1)
699
await SendDataAsync(3,
_helloBytes
, endStream: true);