1 write to HandshakeTimeout
Microsoft.AspNetCore.Server.Kestrel.Core (1)
HttpsConnectionAdapterOptions.cs (1)
28
HandshakeTimeout
= DefaultHandshakeTimeout;
2 references to HandshakeTimeout
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Middleware\HttpsConnectionMiddleware.cs (1)
72
_handshakeTimeout = options.
HandshakeTimeout
;
TlsConfigurationLoader.cs (1)
117
HandshakeTimeout = httpsOptions.
HandshakeTimeout
,