1 write to _handshakeTimeout
Microsoft.AspNetCore.Server.Kestrel.Core (1)
TlsHandshakeCallbackOptions.cs (1)
39
_handshakeTimeout
= value != Timeout.InfiniteTimeSpan ? value : TimeSpan.MaxValue;
1 reference to _handshakeTimeout
Microsoft.AspNetCore.Server.Kestrel.Core (1)
TlsHandshakeCallbackOptions.cs (1)
32
get =>
_handshakeTimeout
;