1 write to _logger
Microsoft.AspNetCore.Server.IISIntegration (1)
IISMiddleware.cs (1)
94_logger = loggerFactory.CreateLogger<IISMiddleware>();
2 references to _logger
Microsoft.AspNetCore.Server.IISIntegration (2)
IISMiddleware.cs (2)
108_logger.LogError("'MS-ASPNETCORE-TOKEN' does not match the expected pairing token, request rejected."); 150httpContext.Features.Set<ITlsConnectionFeature>(new ForwardedTlsConnectionFeature(_logger, header));