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);
4187
await SendDataAsync(1,
_helloBytes
, true);
4200
await SendDataAsync(3,
_helloBytes
, true);
4856
await SendDataAsync(1,
_helloBytes
, endStream: false);
5221
await SendDataAsync(1,
_helloBytes
, true);
5256
await SendDataAsync(1,
_helloBytes
, true);
5269
await SendDataAsync(3,
_helloBytes
, true);
Http2\Http2WebSocketTests.cs (1)
699
await SendDataAsync(3,
_helloBytes
, endStream: true);