6 references to Cookie
Microsoft.AspNetCore.HttpLogging (6)
W3CLoggerOptions.cs (1)
142if (options.LoggingFields.HasFlag(W3CLoggingFields.Cookie))
W3CLoggerProcessor.cs (1)
99if (_loggingFields.HasFlag(W3CLoggingFields.Cookie))
W3CLoggingFields.cs (2)
156/// <see cref="UserName"/>, and <see cref="Cookie"/>. 160UserName | Cookie
W3CLoggingMiddleware.cs (2)
40internal static readonly int _cookieIndex = BitOperations.Log2((int)W3CLoggingFields.Cookie); 170if (options.LoggingFields.HasFlag(W3CLoggingFields.Cookie))