3 references to QUIC_STATUS_ABORTED
System.Net.Quic (3)
System\Net\Quic\Internal\ThrowHelper.cs (2)
35
if (status ==
QUIC_STATUS_ABORTED
)
164
else if (status ==
QUIC_STATUS_ABORTED
) return "QUIC_STATUS_ABORTED";
System\Net\Quic\QuicConnection.cs (1)
551
(qex.HResult ==
QUIC_STATUS_ABORTED
|| qex.HResult == QUIC_STATUS_INVALID_STATE))