5 writes to NotSupportedReason
System.Net.Quic (5)
System\Net\Quic\Internal\MsQuicApi.cs (5)
84
NotSupportedReason
= "OS does not support dual mode sockets.";
120
NotSupportedReason
= $"Unable to load MsQuic library version '{s_minMsQuicVersion.Major}'.";
134
NotSupportedReason
= $"MsQuicOpenVersion for version {s_minMsQuicVersion.Major} returned {openStatus} status code.";
178
NotSupportedReason
= $"Incompatible MsQuic library version '{Version}', expecting higher than '{s_minMsQuicVersion}'.";
202
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)
87
NetEventSource.Info(null,
NotSupportedReason
);
123
NetEventSource.Info(null,
NotSupportedReason
);
137
NetEventSource.Info(null,
NotSupportedReason
);
181
NetEventSource.Info(null,
NotSupportedReason
);
205
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."));