5 references to ERROR_INVALID_PARAMETER
System (5)
net\System\Net\_ListenerAsyncResult.cs (1)
135
if (statusCode == UnsafeNclNativeMethods.ErrorCodes.
ERROR_INVALID_PARAMETER
&& m_RequestContext.RequestBlob->RequestId != 0)
net\System\Net\HttpListener.cs (2)
1174
if (statusCode == UnsafeNclNativeMethods.ErrorCodes.
ERROR_INVALID_PARAMETER
&& requestId != 0) {
2491
else if (statusCode == UnsafeNclNativeMethods.ErrorCodes.
ERROR_INVALID_PARAMETER
)
net\System\Net\UnsafeNativeMethods.cs (1)
2953
if (statusCode == ErrorCodes.
ERROR_INVALID_PARAMETER
) {
net\System\Net\WinHttpWebProxyFinder.cs (1)
256
GlobalLog.Assert(errorCode != UnsafeNclNativeMethods.ErrorCodes.
ERROR_INVALID_PARAMETER
,