1 write to _multiplexedConnectionListener
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TransportManager.cs (1)
223_multiplexedConnectionListener = multiplexedConnectionListener;
4 references to _multiplexedConnectionListener
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Infrastructure\TransportManager.cs (4)
226public EndPoint EndPoint => _multiplexedConnectionListener.EndPoint; 229=> _multiplexedConnectionListener.AcceptAsync(features: null, cancellationToken); 232=> _multiplexedConnectionListener.UnbindAsync(cancellationToken); 235=> _multiplexedConnectionListener.DisposeAsync();