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