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