1 write to _connectionListener
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TransportManager.cs (1)
203_connectionListener = connectionListener;
4 references to _connectionListener
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Infrastructure\TransportManager.cs (4)
206public EndPoint EndPoint => _connectionListener.EndPoint; 209=> _connectionListener.AcceptAsync(cancellationToken); 212=> _connectionListener.UnbindAsync(cancellationToken); 215=> _connectionListener.DisposeAsync();