2 references to QUIC_STATUS_UNREACHABLE
System.Net.Quic (2)
System\Net\Quic\Internal\ThrowHelper.cs (2)
99if (status == QUIC_STATUS_UNREACHABLE) return new SocketException((int)SocketError.HostUnreachable); 183else if (status == QUIC_STATUS_UNREACHABLE) return "QUIC_STATUS_UNREACHABLE";