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