5 writes to NotSupportedReason
System.Net.Quic (5)
System\Net\Quic\Internal\MsQuicApi.cs (5)
86NotSupportedReason = "OS does not support dual mode sockets."; 122NotSupportedReason = $"Unable to load MsQuic library version '{s_minMsQuicVersion.Major}'."; 136NotSupportedReason = $"MsQuicOpenVersion for version {s_minMsQuicVersion.Major} returned {openStatus} status code."; 180NotSupportedReason = $"Incompatible MsQuic library version '{Version}', expecting higher than '{s_minMsQuicVersion}'."; 204NotSupportedReason = $"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)
89NetEventSource.Info(null, NotSupportedReason); 125NetEventSource.Info(null, NotSupportedReason); 139NetEventSource.Info(null, NotSupportedReason); 183NetEventSource.Info(null, NotSupportedReason); 207NetEventSource.Info(null, NotSupportedReason);
System\Net\Quic\QuicConnection.cs (1)
66throw new PlatformNotSupportedException(SR.Format(SR.SystemNetQuic_PlatformNotSupported, MsQuicApi.NotSupportedReason ?? "General loading failure."));
System\Net\Quic\QuicListener.cs (1)
57throw new PlatformNotSupportedException(SR.Format(SR.SystemNetQuic_PlatformNotSupported, MsQuicApi.NotSupportedReason ?? "General loading failure."));