40 references to CreateConnectionListenerFactory
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (40)
QuicConnectionContextTests.cs (16)
28await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory( 52await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory( 80await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 121await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 151await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 193await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 243await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 288await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 314await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 357await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 402await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 451await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 509await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory, timeProvider); 562await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 667await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 746await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
QuicConnectionListenerTests.cs (10)
32await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 46await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 69await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 115await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory, clientCertificateRequired: true); 155await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory, clientCertificateRequired: true); 196await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 214await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 275await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 280await Assert.ThrowsAsync<AddressInUseException>(() => QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory, port: port)); 295await Assert.ThrowsAsync<AddressInUseException>(() => QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory, port: port));
QuicStreamContextTests.cs (14)
36await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 60await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 108await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 176await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 233await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 255await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 299await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 333await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 372await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 403await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 444await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 488await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 538await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 565await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);