23 references to ExpectSettingsAsync
InMemory.FunctionalTests (23)
Http3\Http3ConnectionTests.cs (3)
174await inboundControlStream.ExpectSettingsAsync(); 200await inboundControlStream.ExpectSettingsAsync(); 369var incomingSettings = await inboundControlStream.ExpectSettingsAsync();
Http3\Http3StreamTests.cs (1)
2762await inboundControlStream.ExpectSettingsAsync();
Http3\Http3TimeoutTests.cs (16)
26await controlStream.ExpectSettingsAsync().DefaultTimeout(); 43await controlStream.ExpectSettingsAsync().DefaultTimeout(); 67await controlStream.ExpectSettingsAsync().DefaultTimeout(); 102await controlStream.ExpectSettingsAsync().DefaultTimeout(); 136await controlStream.ExpectSettingsAsync().DefaultTimeout(); 177await controlStream.ExpectSettingsAsync().DefaultTimeout(); 224await controlStream.ExpectSettingsAsync().DefaultTimeout(); 259await controlStream.ExpectSettingsAsync().DefaultTimeout(); 288await controlStream.ExpectSettingsAsync().DefaultTimeout(); 314await controlStream.ExpectSettingsAsync().DefaultTimeout(); 348await inboundControlStream.ExpectSettingsAsync(); 388await inboundControlStream.ExpectSettingsAsync(); 542await inboundControlStream.ExpectSettingsAsync(); 588await inboundControlStream.ExpectSettingsAsync(); 643await inboundControlStream.ExpectSettingsAsync(); 704await inboundControlStream.ExpectSettingsAsync();
Http3\WebTransport\WebTransportHandshakeTests.cs (2)
60var response1 = await controlStream2.ExpectSettingsAsync(); 126var response1 = await controlStream2.ExpectSettingsAsync();
Http3\WebTransport\WebTransportTestUtilities.cs (1)
57var response1 = await controlStream2.ExpectSettingsAsync();