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