1 write to ErrorCode
System.Net.Http (1)
System\Net\Http\HttpProtocolException.cs (1)
30
ErrorCode
= errorCode;
4 references to ErrorCode
Interop.FunctionalTests (3)
Http3\Http3RequestTests.cs (3)
577
Assert.Equal(Http3ErrorCode.InternalError, (Http3ErrorCode)innerEx.
ErrorCode
);
639
Assert.Equal((long)Http3ErrorCode.InternalError, protocolException.
ErrorCode
);
686
Assert.Equal(Http3ErrorCode.InternalError, (Http3ErrorCode)innerEx.
ErrorCode
);
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (1)
365
long connectionResetErrorCode = (abortException as HttpProtocolException)?.
ErrorCode
?? (long)Http3ErrorCode.InternalError;