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