3 references to ConnectionClosedRemotely
System.Net.Quic (3)
System\Net\Quic\Internal\MsQuicExtensions.cs (2)
89
=> $"{{ {nameof(SHUTDOWN_COMPLETE.ConnectionShutdown)} = {SHUTDOWN_COMPLETE.ConnectionShutdown}, {nameof(SHUTDOWN_COMPLETE.ConnectionShutdownByApp)} = {SHUTDOWN_COMPLETE.ConnectionShutdownByApp}, {nameof(SHUTDOWN_COMPLETE.
ConnectionClosedRemotely
)} = {SHUTDOWN_COMPLETE.
ConnectionClosedRemotely
}, {nameof(SHUTDOWN_COMPLETE.ConnectionErrorCode)} = {SHUTDOWN_COMPLETE.ConnectionErrorCode}, {nameof(SHUTDOWN_COMPLETE.ConnectionCloseStatus)} = {SHUTDOWN_COMPLETE.ConnectionCloseStatus} }}",
System\Net\Quic\QuicStream.cs (1)
629
bool closedRemotely = data.
ConnectionClosedRemotely
!= 0;