4 references to DefaultHandshakeTimeout
Microsoft.AspNetCore.Server.Kestrel.Core (4)
DirectTlsEndpointOptions.cs (1)
142
} = HttpsConnectionAdapterOptions.
DefaultHandshakeTimeout
;
HttpsConnectionAdapterOptions.cs (1)
28
HandshakeTimeout =
DefaultHandshakeTimeout
;
ListenOptionsHttpsExtensions.cs (1)
223
return listenOptions.UseHttps(serverOptionsSelectionCallback, state, HttpsConnectionAdapterOptions.
DefaultHandshakeTimeout
);
TlsHandshakeCallbackOptions.cs (1)
14
private TimeSpan _handshakeTimeout = HttpsConnectionAdapterOptions.
DefaultHandshakeTimeout
;