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,
302
RequestPathLoggingMode
= OutgoingPathLoggingMode.Structured,
409
RequestPathLoggingMode
= OutgoingPathLoggingMode.Structured,
505
RequestPathLoggingMode
= OutgoingPathLoggingMode.Structured,
619
RequestPathLoggingMode
= OutgoingPathLoggingMode.Structured,
889
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);