1 write to TlsClientHelloBytesCallback
InMemory.FunctionalTests (1)
TlsListenerMiddlewareTests.cs (1)
40
httpsOptions.
TlsClientHelloBytesCallback
= (connection, clientHelloBytes) =>
2 references to TlsClientHelloBytesCallback
Microsoft.AspNetCore.Server.Kestrel.Core (2)
ListenOptionsHttpsExtensions.cs (2)
201
if (httpsOptions.
TlsClientHelloBytesCallback
is not null)
205
var middleware = new TlsListenerMiddleware(next, httpsOptions.
TlsClientHelloBytesCallback
);