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