2 overrides of Complete
System.Web (2)
Hosting\FlushAsyncResult.cs (1)
22internal override void Complete(int bytesSent, int hresult, IntPtr pAsyncCompletionContext, bool synchronous) {
Hosting\ReadAsyncResult.cs (1)
32internal override void Complete(int bytesRead, int hresult, IntPtr pbAsyncReceiveBuffer, bool synchronous) {
2 references to Complete
System.Web (2)
Hosting\IIS7WorkerRequest.cs (1)
584ar.Complete(bytesCompleted, hresult, pAsyncCompletionContext, synchronous: false);
Hosting\ISAPIWorkerRequest.cs (1)
2583ar.Complete(bytesCompleted, hresult, pAsyncCompletionContext, synchronous: false);