1 instantiation of QuicConnectionListener
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
QuicTransportFactory.cs (1)
53var transport = new QuicConnectionListener(_options, _log, endpoint, tlsConnectionOptions);
49 references to QuicConnectionListener
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
QuicTransportFactory.cs (1)
53var transport = new QuicConnectionListener(_options, _log, endpoint, tlsConnectionOptions);
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (48)
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); 563await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 668await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 747await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
QuicConnectionListenerTests.cs (14)
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); 166await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory( 196await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 214await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 233await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory( 275await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory); 303await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory( 336await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory( 379await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory( 431await using var connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(
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); 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);
QuicTestHelpers.cs (4)
47public static async Task<QuicConnectionListener> CreateConnectionListenerFactory( 62return (QuicConnectionListener)await transportFactory.BindAsync(endpoint, features, cancellationToken: CancellationToken.None); 65public static async Task<QuicConnectionListener> CreateConnectionListenerFactory( 77return (QuicConnectionListener)await transportFactory.BindAsync(endpoint, features, cancellationToken: CancellationToken.None);