1 write to _quicListenerOptions
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionListener.cs (1)
57_quicListenerOptions = new QuicListenerOptions
2 references to _quicListenerOptions
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
Internal\QuicConnectionListener.cs (2)
122QuicLog.ConnectionListenerStarting(_log, _quicListenerOptions.ListenEndPoint); 126_listener = await QuicListener.ListenAsync(_quicListenerOptions);