17 references to _helloBytes
InMemory.FunctionalTests (17)
Http2\Http2ConnectionTests.cs (16)
452
await SendDataAsync(1,
_helloBytes
, endStream: true);
467
await SendDataAsync(3,
_helloBytes
, endStream: true);
1005
await SendDataAsync(1,
_helloBytes
, endStream: false);
1016
await SendDataAsync(3,
_helloBytes
, endStream: false);
1058
Assert.True(
_helloBytes
.AsSpan().SequenceEqual(stream1DataFrame1.PayloadSequence.ToArray()));
1060
Assert.True(
_helloBytes
.AsSpan().SequenceEqual(stream3DataFrame1.PayloadSequence.ToArray()));
1211
await SendDataAsync(1,
_helloBytes
, endStream: true);
1214
await SendDataAsync(3,
_helloBytes
, endStream: true);
2242
await SendDataAsync(1,
_helloBytes
, endStream: false);
2281
await SendDataAsync(1,
_helloBytes
, endStream: true);
4198
await SendDataAsync(1,
_helloBytes
, true);
4211
await SendDataAsync(3,
_helloBytes
, true);
4867
await SendDataAsync(1,
_helloBytes
, endStream: false);
5232
await SendDataAsync(1,
_helloBytes
, true);
5267
await SendDataAsync(1,
_helloBytes
, true);
5280
await SendDataAsync(3,
_helloBytes
, true);
Http2\Http2WebSocketTests.cs (1)
699
await SendDataAsync(3,
_helloBytes
, endStream: true);