7 references to Http3ErrorCode
Interop.FunctionalTests (7)
Http3\Http3RequestTests.cs (7)
578
Assert.Equal(
Http3ErrorCode
.InternalError, (
Http3ErrorCode
)innerEx.ErrorCode);
640
Assert.Equal((long)
Http3ErrorCode
.InternalError, protocolException.ErrorCode);
687
Assert.Equal(
Http3ErrorCode
.InternalError, (
Http3ErrorCode
)innerEx.ErrorCode);
1007
Assert.Equal(
Http3ErrorCode
.InternalError, (
Http3ErrorCode
)innerEx.ErrorCode);