2 writes to OnConnection
Microsoft.AspNetCore.Server.Kestrel.Core (2)
HttpsConfigurationService.cs (2)
154
OnConnection
= (context, cancellationToken) => ValueTask.FromResult(sslServerAuthenticationOptions),
163
OnConnection
= (context, cancellationToken) =>
2 references to OnConnection
Microsoft.AspNetCore.Connections.Abstractions (1)
TlsConnectionCallbackOptions.cs (1)
24
/// Optional application state to flow to the <see cref="
OnConnection
"/> callback.
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionListener.cs (1)
76
var serverAuthenticationOptions = await _tlsConnectionCallbackOptions.
OnConnection
(context, cancellationToken);