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