1 reference to _clientIpIndex
Microsoft.AspNetCore.HttpLogging (1)
W3CLoggingMiddleware.cs (1)
104
shouldLog |= AddToList(elements,
_clientIpIndex
, connectionInfo.RemoteIpAddress is null ? "" : connectionInfo.RemoteIpAddress.ToString());