1 reference to QUIC_STATUS_VER_NEG_ERROR
System.Net.Quic (1)
System\Net\Quic\Interop\msquic.cs (1)
71
public static int QUIC_STATUS_VER_NEG_ERROR => OperatingSystem.IsWindows() ? MsQuic_Windows.QUIC_STATUS_VER_NEG_ERROR : (OperatingSystem.IsLinux() || OperatingSystem.IsAndroid()) ? MsQuic_Linux.
QUIC_STATUS_VER_NEG_ERROR
: MsQuic_MacOS.QUIC_STATUS_VER_NEG_ERROR;