2 implementations of AcceptAsync
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\TransportManager.cs (2)
208public ValueTask<ConnectionContext?> AcceptAsync(CancellationToken cancellationToken = default) 229public ValueTask<MultiplexedConnectionContext?> AcceptAsync(CancellationToken cancellationToken = default)
1 reference to AcceptAsync
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\ConnectionDispatcher.cs (1)
44var connection = await listener.AcceptAsync();