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.");
150
httpContext.Features.Set<ITlsConnectionFeature>(new ForwardedTlsConnectionFeature(
_logger
, header));