1 write to ConnectionListener
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TransportManager.cs (1)
172
ConnectionListener
= transport;
2 references to ConnectionListener
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\TransportManager.cs (2)
186
await
ConnectionListener
.UnbindAsync(cancellationToken).ConfigureAwait(false);
192
return
ConnectionListener
.DisposeAsync();