2 references to StartAcceptLoop
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\TransportManager.cs (2)
49StartAcceptLoop(new GenericConnectionListener(transport), c => connectionDelegate(c), endpointConfig); 83StartAcceptLoop(new GenericMultiplexedConnectionListener(transport), c => multiplexedConnectionDelegate(c), listenOptions.EndpointConfig);