6 references to HttpRequestError
System.Net.Http (5)
artifacts\obj\System.Net.Http\Debug\net10.0\System.Net.Http.notsupported.cs (5)
207
public HttpIOException(System.Net.Http.
HttpRequestError
httpRequestError, string? message = null, System.Exception? innerException = null) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }
208
public System.Net.Http.
HttpRequestError
HttpRequestError { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
258
public HttpProtocolException(long errorCode, string message, System.Exception? innerException) : base (default(System.Net.Http.
HttpRequestError
), default(string), default(System.Exception)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }
279
public HttpRequestException(System.Net.Http.
HttpRequestError
httpRequestError, string? message = null, System.Exception? inner = null, System.Net.HttpStatusCode? statusCode = default(System.Net.HttpStatusCode?)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }
283
public System.Net.Http.
HttpRequestError
HttpRequestError { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
System.Net.WebSockets.Client (1)
System\Net\WebSockets\WebSocketHandle.Managed.cs (1)
138
((ex.HttpRequestError ==
HttpRequestError
.ExtendedConnectNotSupported || ex.Data.Contains("HTTP2_ENABLED"))