1 write to _multiplexedConnectionListener
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TransportManager.cs (1)
224_multiplexedConnectionListener = multiplexedConnectionListener;
4 references to _multiplexedConnectionListener
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Infrastructure\TransportManager.cs (4)
227public EndPoint EndPoint => _multiplexedConnectionListener.EndPoint; 230=> _multiplexedConnectionListener.AcceptAsync(features: null, cancellationToken); 233=> _multiplexedConnectionListener.UnbindAsync(cancellationToken); 236=> _multiplexedConnectionListener.DisposeAsync();