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