1 write to _options
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
QuicTransportFactory.cs (1)
28
_options
= options.Value;
1 reference to _options
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
QuicTransportFactory.cs (1)
53
var transport = new QuicConnectionListener(
_options
, _log, endpoint, tlsConnectionOptions);