18 references to Path
Microsoft.Extensions.Http.Diagnostics (8)
Logging\HttpClientLoggingTagNames.cs (1)
69
Path
,
Logging\Internal\Log.cs (7)
23
$"{{{HttpClientLoggingTagNames.Method}}} {{{HttpClientLoggingTagNames.Host}}}/{{{HttpClientLoggingTagNames.
Path
}}}";
27
$"{{{HttpClientLoggingTagNames.Method}}} {{{HttpClientLoggingTagNames.Host}}}/{{{HttpClientLoggingTagNames.
Path
}}}";
34
$"{{{HttpClientLoggingTagNames.Method}}} {{{HttpClientLoggingTagNames.Host}}}/{{{HttpClientLoggingTagNames.
Path
}}}";
54
[TagName(HttpClientLoggingTagNames.
Path
)] string? path);
62
[TagName(HttpClientLoggingTagNames.
Path
)] string path);
79
[TagName(HttpClientLoggingTagNames.
Path
)] string path);
103
loggerMessageState.TagArray[index++] = new(HttpClientLoggingTagNames.
Path
, record.Path);
Microsoft.Extensions.Http.Diagnostics.Tests (10)
Logging\AcceptanceTests.cs (3)
326
state!.Single(kvp => kvp.Key == HttpClientLoggingTagNames.
Path
).Value.Should().Be(redactedPath);
369
.ContainSingle(kvp => kvp.Key == HttpClientLoggingTagNames.
Path
)
438
state!.Single(kvp => kvp.Key == HttpClientLoggingTagNames.
Path
).Value.Should().Be(redactedPath);
Logging\HttpClientLoggerTest.cs (7)
245
logRecordState.Contains(HttpClientLoggingTagNames.
Path
, TelemetryConstants.Redacted);
342
logRecordRequest.Contains(HttpClientLoggingTagNames.
Path
, TelemetryConstants.Redacted);
351
logRecordFull.Contains(HttpClientLoggingTagNames.
Path
, TelemetryConstants.Redacted);
447
logRecordState.Contains(HttpClientLoggingTagNames.
Path
, TelemetryConstants.Redacted);
562
logRecordState.Contains(HttpClientLoggingTagNames.
Path
, TelemetryConstants.Redacted);
652
logRecordState.Contains(HttpClientLoggingTagNames.
Path
, TelemetryConstants.Redacted);
925
logRecord.Contains(HttpClientLoggingTagNames.
Path
, TelemetryConstants.Redacted);