9 references to dwError
System.Net.Http.WinHttpHandler (9)
System\Net\Http\WinHttpRequestCallback.cs (8)
444
Exception innerException = WinHttpException.CreateExceptionUsingError(unchecked((int)asyncResult.
dwError
), "WINHTTP_CALLBACK_STATUS_REQUEST_ERROR");
453
if (asyncResult.
dwError
== Interop.WinHttp.ERROR_WINHTTP_RESEND_REQUEST)
458
else if (asyncResult.
dwError
== Interop.WinHttp.ERROR_WINHTTP_CLIENT_AUTH_CERT_NEEDED)
470
else if (asyncResult.
dwError
== Interop.WinHttp.ERROR_WINHTTP_OPERATION_CANCELLED)
481
if (asyncResult.
dwError
== Interop.WinHttp.ERROR_WINHTTP_OPERATION_CANCELLED)
494
if (asyncResult.
dwError
== Interop.WinHttp.ERROR_WINHTTP_OPERATION_CANCELLED)
507
if (asyncResult.
dwError
== Interop.WinHttp.ERROR_WINHTTP_OPERATION_CANCELLED)
522
"Error code: " + asyncResult.
dwError
+ " (" + innerException.Message + ")");
System\Net\Http\WinHttpTraceHelper.cs (1)
27
uint error = asyncResult.
dwError
;