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