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