1 write to HResult
System.Web (1)
Hosting\ISAPIWorkerRequest.cs (1)
2463flushAsyncResult.HResult = error;
9 references to HResult
System.Web (9)
Hosting\IIS7WorkerRequest.cs (4)
569if (ar.HResult < 0) { 572throw new HttpException(SR.GetString(SR.ClientDisconnected), ar.HResult); 658if (ar.HResult < 0) { 661throw new HttpException(SR.GetString(SR.ClientDisconnected), ar.HResult);
Hosting\ISAPIWorkerRequest.cs (5)
878_asyncCompletionCallback(0, flushAsyncResult.HResult, IntPtr.Zero); 2562if (ar.HResult < 0) { 2565throw new HttpException(SR.GetString(SR.ClientDisconnected), ar.HResult); 2659if (ar.HResult < 0) { 2662throw new HttpException(SR.GetString(SR.ClientDisconnected), ar.HResult);