4 references to ERROR_INVALID_PARAMETER
System.Net.Http.WinHttpHandler (4)
System\Net\Http\WinHttpHandler.cs (2)
1063if (lastError != Interop.WinHttp.ERROR_INVALID_PARAMETER || chunkedModeForSend != WinHttpChunkMode.Automatic) 1214unchecked((int)Interop.WinHttp.ERROR_INVALID_PARAMETER),
System\Net\Http\WinHttpTraceHelper.cs (1)
51Interop.WinHttp.ERROR_INVALID_PARAMETER => "ERROR_INVALID_PARAMETER",
System\Net\Http\WinHttpTrailersHelper.cs (1)
61return lastError != Interop.WinHttp.ERROR_INVALID_PARAMETER;