4 references to QUIC_STATUS_INTERNAL_ERROR
System.Net.Quic (4)
System\Net\Quic\Internal\ThrowHelper.cs (1)
170
else if (status ==
QUIC_STATUS_INTERNAL_ERROR
) return "QUIC_STATUS_INTERNAL_ERROR";
System\Net\Quic\QuicConnection.cs (1)
804
return
QUIC_STATUS_INTERNAL_ERROR
;
System\Net\Quic\QuicListener.cs (1)
398
return
QUIC_STATUS_INTERNAL_ERROR
;
System\Net\Quic\QuicStream.cs (1)
702
return
QUIC_STATUS_INTERNAL_ERROR
;