2 instantiations of TlsConnectionCallbackOptions
Microsoft.AspNetCore.Server.Kestrel.Core (2)
HttpsConfigurationService.cs (2)
151features.Set(new TlsConnectionCallbackOptions 160features.Set(new TlsConnectionCallbackOptions
4 references to TlsConnectionCallbackOptions
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (4)
Internal\QuicConnectionListener.cs (2)
22private readonly TlsConnectionCallbackOptions _tlsConnectionCallbackOptions; 36TlsConnectionCallbackOptions tlsConnectionCallbackOptions)
QuicTransportFactory.cs (2)
42var tlsConnectionOptions = features?.Get<TlsConnectionCallbackOptions>();