17 references to Trace
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (17)
src\Servers\Kestrel\shared\test\RevocationResponder.cs (17)
51
Trace
($"Adding AIA path : {path}");
58
Trace
($"Adding CRL path : {path}");
65
Trace
($"Adding OCSP path : {path}");
131
Trace
($"{context.Request.HttpMethod} {context.Request.RawUrl} (HTTP {context.Request.ProtocolVersion})");
144
Trace
($"Sent 500 due to exception on {context.Request.HttpMethod} {context.Request.RawUrl}");
145
Trace
(e.ToString());
157
Trace
($"404 for {context.Request.HttpMethod} {context.Request.RawUrl}");
179
Trace
($"Delaying response by {ResponseDelay}.");
189
Trace
($"Responded with {certData.Length}-byte certificate from {authority.SubjectName}.");
197
Trace
($"Delaying response by {ResponseDelay}.");
207
Trace
($"Responded with {crl.Length}-byte CRL from {authority.SubjectName}.");
230
Trace
($"OcspRequest Decode failed ({url}) - {e}");
240
Trace
($"Delaying response by {ResponseDelay}.");
252
Trace
($"OCSP Response: {ocspResponse.Length} bytes from {authority.SubjectName} delegated to {authority.OcspResponderSubjectName}");
256
Trace
($"OCSP Response: {ocspResponse.Length} bytes from {authority.SubjectName}");
288
Trace
($"Listening at {uriPrefix}");
321
Trace
($"Failed to get OCSP request bytes ({request.RawUrl}) - {e}");