2 writes to _header
Microsoft.AspNetCore.Server.IISIntegration (2)
ForwardedTlsConnectionFeature.cs (2)
20
_header
= header;
44
_header
= StringValues.Empty;
2 references to _header
Microsoft.AspNetCore.Server.IISIntegration (2)
ForwardedTlsConnectionFeature.cs (2)
27
if (_certificate == null &&
_header
!= StringValues.Empty)
31
var bytes = Convert.FromBase64String(
_header
.ToString());