5 references to UseTlsClientHelloListener
InMemory.FunctionalTests (3)
TlsListenerTests.cs (3)
122
listenOptions.
UseTlsClientHelloListener
((connection, clientHelloBytes) =>
161
listenOptions.
UseTlsClientHelloListener
((connection, clientHelloBytes) =>
192
listenOptions.
UseTlsClientHelloListener
((connection, clientHelloBytes) =>
Kestrel.SampleApp (1)
Startup.cs (1)
119
listenOptions.
UseTlsClientHelloListener
((connection, clientHelloBytes) =>
Microsoft.AspNetCore.Server.Kestrel.Core (1)
HttpsConnectionAdapterOptions.cs (1)
108
/// Use <see cref="Microsoft.AspNetCore.Hosting.ListenOptionsHttpsExtensions.
UseTlsClientHelloListener
"/> instead.