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