2 references to HttpReceiveRequestEntityBody
Microsoft.AspNetCore.Server.HttpSys (2)
Windows.Win32.PInvoke.HTTPAPI.dll.g.cs (2)
411 /// <inheritdoc cref="HttpReceiveRequestEntityBody(winmdroot.Foundation.HANDLE, ulong, uint, void*, uint, uint*, global::System.Threading.NativeOverlapped*)"/> 427 uint __result = PInvoke.HttpReceiveRequestEntityBody(RequestQueueHandleLocal, RequestId, Flags, EntityBuffer, EntityBufferLength, BytesReturned, Overlapped.HasValue ? &OverlappedLocal : null);