1 write to Failure
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
UserCallbacks\HandshakeUserCallback.cs (1)
67
Failure
= ex;
2 references to Failure
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (2)
TlsEventPump.UserCallbacks.cs (1)
253
if (callback.
Failure
is { } failure)
UserCallbacks\HandshakeUserCallback.cs (1)
81
/// throw is captured by <see cref="Execute"/> as <see cref="
Failure
"/>.