2 writes to _currentITlsConnectionFeature
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.Features.cs (2)
79
_currentITlsConnectionFeature
= this;
284
_currentITlsConnectionFeature
= feature;
3 references to _currentITlsConnectionFeature
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.Features.cs (3)
150
return
_currentITlsConnectionFeature
;
411
if (
_currentITlsConnectionFeature
!= null)
413
yield return new KeyValuePair<Type, object>(ITlsConnectionFeatureType,
_currentITlsConnectionFeature
);