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