12 writes to RequestPathLoggingMode
Microsoft.Extensions.Http.Diagnostics.Tests (12)
Logging\AcceptanceTests.cs (1)
349o.RequestPathLoggingMode = OutgoingPathLoggingMode.Structured;
Logging\HttpClientLoggerTest.cs (6)
210RequestPathLoggingMode = OutgoingPathLoggingMode.Structured, 303RequestPathLoggingMode = OutgoingPathLoggingMode.Structured, 412RequestPathLoggingMode = OutgoingPathLoggingMode.Structured, 509RequestPathLoggingMode = OutgoingPathLoggingMode.Structured, 624RequestPathLoggingMode = OutgoingPathLoggingMode.Structured, 895RequestPathLoggingMode = OutgoingPathLoggingMode.Structured,
Logging\HttpClientLoggingExtensionsTest.cs (2)
169options.RequestPathLoggingMode = formatRequestPath; 279options.RequestPathLoggingMode = formatRequestPath;
Logging\HttpRequestReaderTest.cs (2)
266RequestPathLoggingMode = OutgoingPathLoggingMode.Structured 338RequestPathLoggingMode = 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)
187options.RequestPathLoggingMode.Should().Be(formatRequestPath); 297options.RequestPathLoggingMode.Should().Be(formatRequestPath);
Logging\LoggingOptionsTest.cs (1)
106_sut.RequestPathLoggingMode.Should().Be(testValue);