3 references to QUIC_STATUS_CONNECTION_REFUSED
System.Net.Quic (3)
System\Net\Quic\Internal\ThrowHelper.cs (2)
87if (status == QUIC_STATUS_CONNECTION_REFUSED) return new QuicException(QuicError.ConnectionRefused, null, errorCode, SR.net_quic_connection_refused); 185else if (status == QUIC_STATUS_CONNECTION_REFUSED) return "QUIC_STATUS_CONNECTION_REFUSED";
System\Net\Quic\QuicListener.cs (1)
334return QUIC_STATUS_CONNECTION_REFUSED;