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); 560await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 637await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 716await 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)
35await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 59await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 107await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 175await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 232await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 254await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 298await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 332await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 371await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 402await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 443await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 487await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 537await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 564await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);