4 references to HandshakeTimeout
Microsoft.AspNetCore.Server.Kestrel.Core (3)
DirectTlsEndpointOptions.cs (3)
43
/// <see cref="
HandshakeTimeout
"/> - a callback that overruns that budget costs this connection its handshake.
72
/// <see cref="
HandshakeTimeout
"/> - a callback that overruns that budget costs this connection its handshake.
88
/// <see cref="
HandshakeTimeout
"/> - a callback that overruns that budget costs this connection its handshake.
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
DirectTlsTransportFactory.cs (1)
157
var pumpPool = new TlsEventPumpPool(workerCount, _loggerFactory, endpointOptions.
HandshakeTimeout
);