1 write to HandshakeTimeout
Microsoft.AspNetCore.Server.Kestrel.Core (1)
HttpsConnectionAdapterOptions.cs (1)
28HandshakeTimeout = DefaultHandshakeTimeout;
3 references to HandshakeTimeout
Microsoft.AspNetCore.Server.Kestrel.Core (3)
DirectTlsEndpointOptions.cs (1)
126/// session pinned to a worker indefinitely. It mirrors <see cref="HttpsConnectionAdapterOptions.HandshakeTimeout"/>,
Middleware\HttpsConnectionMiddleware.cs (1)
73_handshakeTimeout = options.HandshakeTimeout;
TlsConfigurationLoader.cs (1)
117HandshakeTimeout = httpsOptions.HandshakeTimeout,