1 write to _connectionListener
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TransportManager.cs (1)
202_connectionListener = connectionListener;
4 references to _connectionListener
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Infrastructure\TransportManager.cs (4)
205public EndPoint EndPoint => _connectionListener.EndPoint; 208=> _connectionListener.AcceptAsync(cancellationToken); 211=> _connectionListener.UnbindAsync(cancellationToken); 214=> _connectionListener.DisposeAsync();