1 write to HttpApiModule
Microsoft.AspNetCore.Server.HttpSys (1)
NativeInterop\HttpApi.cs (1)
63
HttpApiModule
= SafeLibraryHandle.Open(HTTPAPI);
2 references to HttpApiModule
Microsoft.AspNetCore.Server.HttpSys (2)
NativeInterop\HttpApi.cs (2)
64
HttpGetRequestProperty =
HttpApiModule
.GetProcAddress<HttpGetRequestPropertyInvoker>("HttpQueryRequestProperty", throwIfNotFound: false);
65
HttpSetRequestProperty =
HttpApiModule
.GetProcAddress<HttpSetRequestPropertyInvoker>("HttpSetRequestProperty", throwIfNotFound: false);