13 writes to RequestPathLoggingMode
Microsoft.Extensions.Http.Diagnostics.Tests (13)
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 (3)
274RequestPathLoggingMode = OutgoingPathLoggingMode.Structured 347RequestPathLoggingMode = OutgoingPathLoggingMode.Structured 839RequestPathLoggingMode = OutgoingPathLoggingMode.Formatted
Logging\LoggingOptionsTest.cs (1)
104_sut.RequestPathLoggingMode = testValue;
4 references to RequestPathLoggingMode
Microsoft.Extensions.Http.Diagnostics (1)
Logging\Internal\HttpRequestReader.cs (1)
74_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);