1 implementation of AcceptAsync
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionListener.cs (1)
146
public async ValueTask<MultiplexedConnectionContext?>
AcceptAsync
(IFeatureCollection? features = null, CancellationToken cancellationToken = default)
1 reference to AcceptAsync
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TransportManager.cs (1)
229
=> _multiplexedConnectionListener.
AcceptAsync
(features: null, cancellationToken);