2 references to StartAcceptingConnections
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TransportManager.cs (1)
101
var acceptLoopTask = connectionDispatcher.
StartAcceptingConnections
(connectionListener);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
ConnectionDispatcherTests.cs (1)
64
await dispatcher.
StartAcceptingConnections
(new ThrowingListener());