1 instantiation of QuicConnectionListener
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
QuicTransportFactory.cs (1)
53
var transport = new
QuicConnectionListener
(_options, _log, endpoint, tlsConnectionOptions);
49 references to QuicConnectionListener
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
QuicTransportFactory.cs (1)
53
var
transport = new QuicConnectionListener(_options, _log, endpoint, tlsConnectionOptions);
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (48)
QuicConnectionContextTests.cs (16)
28
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(
52
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(
80
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
121
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
151
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
193
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
243
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
288
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
314
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
357
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
402
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
451
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
509
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory, timeProvider);
563
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
668
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
747
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
QuicConnectionListenerTests.cs (14)
32
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
46
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
69
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
115
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory, clientCertificateRequired: true);
155
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory, clientCertificateRequired: true);
166
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(
196
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
214
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
233
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(
275
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
303
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(
336
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(
379
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(
431
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(
QuicStreamContextTests.cs (14)
35
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
59
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
107
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
175
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
233
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
255
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
299
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
333
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
372
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
403
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
444
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
488
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
538
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
565
await using
var
connectionListener = await QuicTestHelpers.CreateConnectionListenerFactory(LoggerFactory);
QuicTestHelpers.cs (4)
47
public static async Task<
QuicConnectionListener
> CreateConnectionListenerFactory(
62
return (
QuicConnectionListener
)await transportFactory.BindAsync(endpoint, features, cancellationToken: CancellationToken.None);
65
public static async Task<
QuicConnectionListener
> CreateConnectionListenerFactory(
77
return (
QuicConnectionListener
)await transportFactory.BindAsync(endpoint, features, cancellationToken: CancellationToken.None);