6 references to Error
System.Net.Http (6)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.Digest.cs (1)
54if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(digestResponse, $"Algorithm not supported: {algorithm}");
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (1)
54NetEventSource.Error(connection, $"Proxy doesn't support connection-based auth, uri={authUri}");
System\Net\Http\SocketsHttpHandler\ChunkedEncodingReadStream.cs (1)
424NetEventSource.Error(this, $"Unexpected state: {_state}");
System\Net\Http\SocketsHttpHandler\CookieHelper.cs (1)
33NetEventSource.Error(response, $"Invalid Set-Cookie '{valuesArray[i]}' ignored.");
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (2)
196if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, $"Exception when subscribing to NetworkChange.NetworkAddressChanged: {e}"); 409if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, $"Exception from {_proxy.GetType().Name}.GetProxy({request.RequestUri}): {ex}");