19 references to Path
Microsoft.Extensions.Http.Diagnostics (9)
Logging\HttpClientLoggingTagNames.cs (1)
69
Path
,
Logging\Internal\Log.cs (8)
25
$"{{{HttpClientLoggingTagNames.Method}}} {{{HttpClientLoggingTagNames.Host}}}/{{{HttpClientLoggingTagNames.
Path
}}}";
29
$"{{{HttpClientLoggingTagNames.Method}}} {{{HttpClientLoggingTagNames.Host}}}/{{{HttpClientLoggingTagNames.
Path
}}}";
33
$"{{{HttpClientLoggingTagNames.Method}}} {{{HttpClientLoggingTagNames.Host}}}/{{{HttpClientLoggingTagNames.
Path
}}}";
40
$"{{{HttpClientLoggingTagNames.Method}}} {{{HttpClientLoggingTagNames.Host}}}/{{{HttpClientLoggingTagNames.
Path
}}}";
60
[TagName(HttpClientLoggingTagNames.
Path
)] string? path);
68
[TagName(HttpClientLoggingTagNames.
Path
)] string path);
85
[TagName(HttpClientLoggingTagNames.
Path
)] string path);
109
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);
343
logRecordRequest.Contains(HttpClientLoggingTagNames.
Path
, TelemetryConstants.Redacted);
353
logRecordFull.Contains(HttpClientLoggingTagNames.
Path
, TelemetryConstants.Redacted);
450
logRecordState.Contains(HttpClientLoggingTagNames.
Path
, TelemetryConstants.Redacted);
566
logRecordState.Contains(HttpClientLoggingTagNames.
Path
, TelemetryConstants.Redacted);
657
logRecordState.Contains(HttpClientLoggingTagNames.
Path
, TelemetryConstants.Redacted);
932
logRecordState.Contains(HttpClientLoggingTagNames.
Path
, TelemetryConstants.Redacted);