5 references to InternalError
System.Net.Http (5)
System\Net\Http\HttpProtocolException.cs (1)
90Http3ErrorCode.InternalError => "H3_INTERNAL_ERROR",
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (1)
383long connectionResetErrorCode = (abortException as HttpProtocolException)?.ErrorCode ?? (long)Http3ErrorCode.InternalError;
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (3)
355_stream.Abort(QuicAbortDirection.Write, (long)Http3ErrorCode.InternalError); 360_stream.Abort(QuicAbortDirection.Write, (long)Http3ErrorCode.InternalError); 1340_stream.Abort(QuicAbortDirection.Read, (long)Http3ErrorCode.InternalError);