5 writes to NotSupportedReason
System.Net.Quic (5)
System\Net\Quic\Internal\MsQuicApi.cs (5)
82NotSupportedReason = "OS does not support dual mode sockets."; 105NotSupportedReason = $"Unable to load MsQuic library version '{s_minMsQuicVersion.Major}'."; 119NotSupportedReason = $"MsQuicOpenVersion for version {s_minMsQuicVersion.Major} returned {openStatus} status code."; 163NotSupportedReason = $"Incompatible MsQuic library version '{Version}', expecting higher than '{s_minMsQuicVersion}'."; 187NotSupportedReason = $"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)
85NetEventSource.Info(null, NotSupportedReason); 108NetEventSource.Info(null, NotSupportedReason); 122NetEventSource.Info(null, NotSupportedReason); 166NetEventSource.Info(null, NotSupportedReason); 190NetEventSource.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."));