3 references to DefaultHandshakeTimeout
Microsoft.AspNetCore.Server.Kestrel.Core (3)
HttpsConnectionAdapterOptions.cs (1)
27HandshakeTimeout = DefaultHandshakeTimeout;
ListenOptionsHttpsExtensions.cs (1)
219return listenOptions.UseHttps(serverOptionsSelectionCallback, state, HttpsConnectionAdapterOptions.DefaultHandshakeTimeout);
TlsHandshakeCallbackOptions.cs (1)
14private TimeSpan _handshakeTimeout = HttpsConnectionAdapterOptions.DefaultHandshakeTimeout;