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