1 write to SupportsQueryTlsCipherInfo
Microsoft.AspNetCore.Server.HttpSys (1)
NativeInterop\HttpApi.cs (1)
90
SupportsQueryTlsCipherInfo
= IsFeatureSupported(HTTP_FEATURE_ID.HttpFeatureQueryCipherInfo) && HttpGetRequestPropertySupported;
1 reference to SupportsQueryTlsCipherInfo
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.cs (1)
231
if (!HttpApi.
SupportsQueryTlsCipherInfo
)