5 writes to NotSupportedReason
System.Net.Quic (5)
System\Net\Quic\Internal\MsQuicApi.cs (5)
84NotSupportedReason = "OS does not support dual mode sockets."; 120NotSupportedReason = $"Unable to load MsQuic library version '{s_minMsQuicVersion.Major}'."; 134NotSupportedReason = $"MsQuicOpenVersion for version {s_minMsQuicVersion.Major} returned {openStatus} status code."; 178NotSupportedReason = $"Incompatible MsQuic library version '{Version}', expecting higher than '{s_minMsQuicVersion}'."; 202NotSupportedReason = $"Current Windows version ({Environment.OSVersion}) is not supported by QUIC. Minimal supported version is {s_minWindowsVersion}.";
7 references to NotSupportedReason
System.Net.Quic (7)
System\Net\Quic\Internal\MsQuicApi.cs (5)
87NetEventSource.Info(null, NotSupportedReason); 123NetEventSource.Info(null, NotSupportedReason); 137NetEventSource.Info(null, NotSupportedReason); 181NetEventSource.Info(null, NotSupportedReason); 205NetEventSource.Info(null, NotSupportedReason);
System\Net\Quic\QuicConnection.cs (1)
65throw new PlatformNotSupportedException(SR.Format(SR.SystemNetQuic_PlatformNotSupported, MsQuicApi.NotSupportedReason ?? "General loading failure."));
System\Net\Quic\QuicListener.cs (1)
55throw new PlatformNotSupportedException(SR.Format(SR.SystemNetQuic_PlatformNotSupported, MsQuicApi.NotSupportedReason ?? "General loading failure."));