8 references to UriStem
Microsoft.AspNetCore.HttpLogging (8)
W3CLoggerOptions.cs (1)
122
W3CLoggingFields.ServerName | W3CLoggingFields.Method | W3CLoggingFields.
UriStem
| W3CLoggingFields.UriQuery |
W3CLoggerProcessor.cs (1)
71
if (_loggingFields.HasFlag(W3CLoggingFields.
UriStem
))
W3CLoggingFields.cs (4)
143
/// Includes <see cref="
UriStem
"/>, <see cref="UriQuery"/>, <see cref="ProtocolVersion"/>,
147
Request =
UriStem
| UriQuery | ProtocolVersion | Method | RequestHeaders,
153
/// <see cref="Method"/>, <see cref="
UriStem
"/>, <see cref="UriQuery"/>,
158
All = Date | Time | ServerName | Method |
UriStem
| UriQuery | ProtocolStatus |
W3CLoggingMiddleware.cs (2)
33
internal static readonly int _uriStemIndex = BitOperations.Log2((int)W3CLoggingFields.
UriStem
);
132
if (options.LoggingFields.HasFlag(W3CLoggingFields.
UriStem
))