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