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