Base:
method
Complete
System.Web.Hosting.AsyncResultBase.Complete(System.Int32, System.Int32, System.IntPtr, System.Boolean)
3 references to Complete
System.Web (3)
Hosting\IIS7WorkerRequest.cs (2)
610ar.Complete(0, HResults.S_OK, IntPtr.Zero, synchronous: true); 639ar.Complete(bytesRead, HResults.S_OK, ppAsyncReceiveBuffer, synchronous: true);
Hosting\ISAPIWorkerRequest.cs (1)
2611ar.Complete(0, HResults.S_OK, IntPtr.Zero, synchronous: true);