6 references to RequestPath
HttpLogging.Sample (1)
SampleHttpLoggingInterceptor.cs (1)
24if (logContext.TryDisable(HttpLoggingFields.RequestPath))
Microsoft.AspNetCore.HttpLogging (3)
HttpLoggingFields.cs (2)
145/// including <see cref="RequestPath"/>, <see cref="RequestProtocol"/>, 152RequestProperties = RequestPath | RequestProtocol | RequestMethod | RequestScheme,
HttpLoggingMiddleware.cs (1)
127if (loggingFields.HasFlag(HttpLoggingFields.RequestPath))
Microsoft.AspNetCore.HttpLogging.Tests (2)
HttpLoggingEndpointConventionBuilderTests.cs (1)
16var loggingFields = HttpLoggingFields.RequestScheme | HttpLoggingFields.RequestPath;
HttpLoggingMiddlewareTests.cs (1)
793Assert.True(context.TryDisable(HttpLoggingFields.RequestPath));