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