5 references to Http3ErrorCode
Interop.FunctionalTests (5)
Http3\Http3RequestTests.cs (5)
576Assert.Equal(Http3ErrorCode.InternalError, (Http3ErrorCode)innerEx.ErrorCode); 638Assert.Equal((long)Http3ErrorCode.InternalError, protocolException.ErrorCode); 685Assert.Equal(Http3ErrorCode.InternalError, (Http3ErrorCode)innerEx.ErrorCode);