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)
122
QuicLog.ConnectionListenerStarting(_log,
_quicListenerOptions
.ListenEndPoint);
126
_listener = await QuicListener.ListenAsync(
_quicListenerOptions
);