2 writes to _handshakeTimeout
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Middleware\HttpsConnectionMiddleware.cs (2)
68
_handshakeTimeout
= options.HandshakeTimeout;
124
_handshakeTimeout
= tlsCallbackOptions.HandshakeTimeout;
1 reference to _handshakeTimeout
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Middleware\HttpsConnectionMiddleware.cs (1)
163
cancellationTokenSource.CancelAfter(
_handshakeTimeout
);