1 write to _tlsConnectionCallbackOptions
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionListener.cs (1)
55_tlsConnectionCallbackOptions = tlsConnectionCallbackOptions;
4 references to _tlsConnectionCallbackOptions
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (4)
Internal\QuicConnectionListener.cs (4)
59ApplicationProtocols = _tlsConnectionCallbackOptions.ApplicationProtocols, 73State = _tlsConnectionCallbackOptions.OnConnectionState, 76var serverAuthenticationOptions = await _tlsConnectionCallbackOptions.OnConnection(context, cancellationToken); 79serverAuthenticationOptions.ApplicationProtocols ??= _tlsConnectionCallbackOptions.ApplicationProtocols;