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