23 references to ExpectSettingsAsync
InMemory.FunctionalTests (23)
Http3\Http3ConnectionTests.cs (3)
176await inboundControlStream.ExpectSettingsAsync(); 201await inboundControlStream.ExpectSettingsAsync(); 363var incomingSettings = await inboundControlStream.ExpectSettingsAsync();
Http3\Http3StreamTests.cs (1)
2738await inboundControlStream.ExpectSettingsAsync();
Http3\Http3TimeoutTests.cs (16)
26await controlStream.ExpectSettingsAsync().DefaultTimeout(); 42await controlStream.ExpectSettingsAsync().DefaultTimeout(); 65await controlStream.ExpectSettingsAsync().DefaultTimeout(); 99await controlStream.ExpectSettingsAsync().DefaultTimeout(); 132await controlStream.ExpectSettingsAsync().DefaultTimeout(); 173await controlStream.ExpectSettingsAsync().DefaultTimeout(); 220await controlStream.ExpectSettingsAsync().DefaultTimeout(); 255await controlStream.ExpectSettingsAsync().DefaultTimeout(); 284await controlStream.ExpectSettingsAsync().DefaultTimeout(); 310await controlStream.ExpectSettingsAsync().DefaultTimeout(); 344await inboundControlStream.ExpectSettingsAsync(); 383await inboundControlStream.ExpectSettingsAsync(); 536await inboundControlStream.ExpectSettingsAsync(); 581await inboundControlStream.ExpectSettingsAsync(); 635await inboundControlStream.ExpectSettingsAsync(); 695await 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();