1 write to HttpApiModule
Microsoft.AspNetCore.Server.HttpSys (1)
NativeInterop\HttpApi.cs (1)
83HttpApiModule = SafeLibraryHandle.Open(HTTPAPI);
2 references to HttpApiModule
Microsoft.AspNetCore.Server.HttpSys (2)
NativeInterop\HttpApi.cs (2)
84HttpGetRequestInvoker = HttpApiModule.GetProcAddress<HttpGetRequestPropertyInvoker>("HttpQueryRequestProperty", throwIfNotFound: false); 85HttpSetRequestInvoker = HttpApiModule.GetProcAddress<HttpSetRequestPropertyInvoker>("HttpSetRequestProperty", throwIfNotFound: false);