6 references to ClientIpAddress
Microsoft.AspNetCore.HttpLogging (6)
W3CLoggerProcessor.cs (1)
47if (_loggingFields.HasFlag(W3CLoggingFields.ClientIpAddress))
W3CLoggingFields.cs (3)
131/// Includes <see cref="ClientIpAddress"/>, <see cref="ServerIpAddress"/> and <see cref="ServerPort"/>. 133ConnectionInfoFields = ClientIpAddress | ServerIpAddress | ServerPort, 151/// Includes <see cref="Date"/>, <see cref="Time"/>, <see cref="ClientIpAddress"/>,
W3CLoggingMiddleware.cs (2)
27internal static readonly int _clientIpIndex = BitOperations.Log2((int)W3CLoggingFields.ClientIpAddress); 102if (options.LoggingFields.HasFlag(W3CLoggingFields.ClientIpAddress))