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