12 writes to RequestPathLoggingMode
Microsoft.Extensions.Http.Diagnostics.Tests (12)
Logging\AcceptanceTests.cs (1)
349
o.
RequestPathLoggingMode
= OutgoingPathLoggingMode.Structured;
Logging\HttpClientLoggerTest.cs (6)
210
RequestPathLoggingMode
= OutgoingPathLoggingMode.Structured,
303
RequestPathLoggingMode
= OutgoingPathLoggingMode.Structured,
412
RequestPathLoggingMode
= OutgoingPathLoggingMode.Structured,
509
RequestPathLoggingMode
= OutgoingPathLoggingMode.Structured,
624
RequestPathLoggingMode
= OutgoingPathLoggingMode.Structured,
895
RequestPathLoggingMode
= OutgoingPathLoggingMode.Structured,
Logging\HttpClientLoggingExtensionsTest.cs (2)
169
options.
RequestPathLoggingMode
= formatRequestPath;
279
options.
RequestPathLoggingMode
= formatRequestPath;
Logging\HttpRequestReaderTest.cs (2)
266
RequestPathLoggingMode
= OutgoingPathLoggingMode.Structured
338
RequestPathLoggingMode
= OutgoingPathLoggingMode.Structured
Logging\LoggingOptionsTest.cs (1)
104
_sut.
RequestPathLoggingMode
= testValue;
4 references to RequestPathLoggingMode
Microsoft.Extensions.Http.Diagnostics (1)
Logging\Internal\HttpRequestReader.cs (1)
71
_outgoingPathLogMode = Throw.IfOutOfRange(options.
RequestPathLoggingMode
);
Microsoft.Extensions.Http.Diagnostics.Tests (3)
Logging\HttpClientLoggingExtensionsTest.cs (2)
187
options.
RequestPathLoggingMode
.Should().Be(formatRequestPath);
297
options.
RequestPathLoggingMode
.Should().Be(formatRequestPath);
Logging\LoggingOptionsTest.cs (1)
106
_sut.
RequestPathLoggingMode
.Should().Be(testValue);