11 instantiations of TlsConnectionCallbackOptions
Microsoft.AspNetCore.Server.Kestrel.Core (2)
HttpsConfigurationService.cs (2)
151features.Set(new TlsConnectionCallbackOptions 160features.Set(new TlsConnectionCallbackOptions
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (9)
QuicConnectionListenerTests.cs (6)
167new TlsConnectionCallbackOptions 234new TlsConnectionCallbackOptions 304new TlsConnectionCallbackOptions 337new TlsConnectionCallbackOptions 380new TlsConnectionCallbackOptions 432new TlsConnectionCallbackOptions
QuicTestHelpers.cs (1)
91features.Set(new TlsConnectionCallbackOptions
QuicTransportFactoryTests.cs (2)
46features.Set(new TlsConnectionCallbackOptions()); 63features.Set(new TlsConnectionCallbackOptions
13 references to TlsConnectionCallbackOptions
InMemory.FunctionalTests (8)
HttpsTests.cs (8)
460var sslOptions = bindFeatures.Get<TlsConnectionCallbackOptions>(); 504var tlsOptions = bindFeatures.Get<TlsConnectionCallbackOptions>(); 619var tlsOptions = bindFeatures.Get<TlsConnectionCallbackOptions>(); 669var tlsOptions = bindFeatures.Get<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>();
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (1)
QuicTestHelpers.cs (1)
66TlsConnectionCallbackOptions tlsConnectionOptions,