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