2 implementations of AcceptAsync
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (1)
Internal\NamedPipeConnectionListener.cs (1)
147public async ValueTask<ConnectionContext?> AcceptAsync(CancellationToken cancellationToken = default)
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
SocketConnectionListener.cs (1)
59public async ValueTask<ConnectionContext?> AcceptAsync(CancellationToken cancellationToken = default)
1 reference to AcceptAsync
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TransportManager.cs (1)
208=> _connectionListener.AcceptAsync(cancellationToken);