2 references to HttpSendHttpResponse
Microsoft.AspNetCore.Server.HttpSys (2)
Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (2)
511 /// <inheritdoc cref="HttpSendHttpResponse(winmdroot.Foundation.HANDLE, ulong, uint, winmdroot.Networking.HttpServer.HTTP_RESPONSE_V2*, winmdroot.Networking.HttpServer.HTTP_CACHE_POLICY*, uint*, void*, uint, global::System.Threading.NativeOverlapped*, winmdroot.Networking.HttpServer.HTTP_LOG_DATA*)"/> 531 uint __result = PInvoke.HttpSendHttpResponse(RequestQueueHandleLocal, RequestId, Flags, HttpResponseLocal, CachePolicy.HasValue ? &CachePolicyLocal : null, BytesSent, default, default, Overlapped.HasValue ? &OverlappedLocal : null, LogData.HasValue ? &LogDataLocal : null);