2 writes to _currentITlsConnectionFeature
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.Features.cs (2)
81
_currentITlsConnectionFeature
= this;
291
_currentITlsConnectionFeature
= feature;
3 references to _currentITlsConnectionFeature
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.Features.cs (3)
153
return
_currentITlsConnectionFeature
;
423
if (
_currentITlsConnectionFeature
!= null)
425
yield return new KeyValuePair<Type, object>(ITlsConnectionFeatureType,
_currentITlsConnectionFeature
);