4 references to Status
System.Net.Quic (4)
System\Net\Quic\Internal\MsQuicExtensions.cs (2)
77
=> $"{{ {nameof(START_COMPLETE.
Status
)} = {START_COMPLETE.
Status
}, {nameof(START_COMPLETE.ID)} = {START_COMPLETE.ID}, {nameof(START_COMPLETE.PeerAccepted)} = {START_COMPLETE.PeerAccepted} }}",
System\Net\Quic\QuicStream.cs (2)
540
if (StatusSucceeded(data.
Status
))
552
if (ThrowHelper.TryGetStreamExceptionForMsQuicStatus(data.
Status
, out Exception? exception))