12 references to Error
System.Net.Http (12)
System\Net\Http\Headers\ByteArrayHeaderParser.cs (1)
52if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, SR.Format(SR.net_http_parser_invalid_base64_string, base64String, e.Message));
System\Net\Http\Headers\HeaderUtilities.cs (1)
138if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(null, SR.Format(SR.net_http_log_headers_invalid_quality, qualityParameter.Value));
System\Net\Http\Headers\HttpHeaders.cs (1)
883if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(null, SR.Format(SR.net_http_log_headers_no_newlines, descriptor.Name, rawValue));
System\Net\Http\HttpClient.cs (1)
631if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, e);
System\Net\Http\HttpContent.cs (2)
417if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, e); 681if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, e);
System\Net\Http\MultipartContent.cs (3)
180if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, ex); 230if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, ex); 303if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, ex);
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.Digest.cs (2)
67if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(digestResponse, "Nonce missing"); 78if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(digestResponse, "Realm missing");
System\Net\Http\StreamToStreamCopy.cs (1)
105if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(null, e);