2 references to GetProcAddress
Microsoft.AspNetCore.Server.HttpSys (2)
NativeInterop\HttpApi.cs (2)
86
HttpGetRequestInvoker = HttpApiModule.
GetProcAddress
<HttpGetRequestPropertyInvoker>("HttpQueryRequestProperty", throwIfNotFound: false);
87
HttpSetRequestInvoker = HttpApiModule.
GetProcAddress
<HttpSetRequestPropertyInvoker>("HttpSetRequestProperty", throwIfNotFound: false);