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)
27if (_certificate == null && _header != StringValues.Empty) 31var bytes = Convert.FromBase64String(_header.ToString());