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