3 references to RequestMethod
Microsoft.AspNetCore.HttpLogging (3)
HttpLoggingFields.cs (2)
146
/// <see cref="
RequestMethod
"/>, and <see cref="RequestScheme"/>.
152
RequestProperties = RequestPath | RequestProtocol |
RequestMethod
| RequestScheme,
HttpLoggingMiddleware.cs (1)
117
if (loggingFields.HasFlag(HttpLoggingFields.
RequestMethod
))