1 write to HandshakeTimeout
Microsoft.AspNetCore.Server.Kestrel.Core (1)
HttpsConnectionAdapterOptions.cs (1)
28
HandshakeTimeout
= 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)
117
HandshakeTimeout = httpsOptions.
HandshakeTimeout
,