8 references to Method
Microsoft.AspNetCore.HttpLogging (8)
W3CLoggerOptions.cs (1)
122
W3CLoggingFields.ServerName | W3CLoggingFields.
Method
| W3CLoggingFields.UriStem | W3CLoggingFields.UriQuery |
W3CLoggerProcessor.cs (1)
67
if (_loggingFields.HasFlag(W3CLoggingFields.
Method
))
W3CLoggingFields.cs (4)
144
/// <see cref="
Method
"/>, <see cref="Host"/>, <see cref="Referer"/>,
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)
32
internal static readonly int _methodIndex = BitOperations.Log2((int)W3CLoggingFields.
Method
);
127
if (options.LoggingFields.HasFlag(W3CLoggingFields.
Method
))