1 write to HttpRequestError
System.Net.Http (1)
System\Net\Http\HttpRequestException.cs (1)
48HttpRequestError = httpRequestError;
5 references to HttpRequestError
GenerateRulesMissingDocumentation (1)
Program.cs (1)
135Console.WriteLine($"##[warning]Failed while checking '{helpLink}' (${e.StatusCode}, ${e.HttpRequestError}): ${e.Message}");
System.Net.Http (3)
System\Net\Http\DiagnosticsHelper.cs (1)
85errorType = (exception as HttpRequestException)?.HttpRequestError switch
System\Net\Http\HttpRequestException.cs (2)
39/// Initializes a new instance of the <see cref="HttpRequestException" /> class with a specific message an inner exception, and an HTTP status code and an <see cref="HttpRequestError"/>. 41/// <param name="httpRequestError">The <see cref="HttpRequestError"/> that caused the exception.</param>
System.Net.WebSockets.Client (1)
System\Net\WebSockets\WebSocketHandle.Managed.cs (1)
138((ex.HttpRequestError == HttpRequestError.ExtendedConnectNotSupported || ex.Data.Contains("HTTP2_ENABLED"))