You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/ConnectHelper.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,7 @@ private static async ValueTask<SslStream> EstablishSslConnectionAsyncCore(bool a
104
104
[SupportedOSPlatform("windows")]
105
105
[SupportedOSPlatform("linux")]
106
106
[SupportedOSPlatform("macos")]
107
+
[UnsupportedOSPlatform("android")]
107
108
public static async ValueTask<QuicConnection>ConnectQuicAsync(QuicImplementationProviderquicImplementationProvider,DnsEndPointendPoint,SslClientAuthenticationOptions?clientAuthenticationOptions,CancellationTokencancellationToken)
108
109
{
109
110
QuicConnection con =new QuicConnection(quicImplementationProvider,endPoint,clientAuthenticationOptions);
// TODO: Once the HTTP/3 versions are part of SslApplicationProtocol, move this back to field initialization.
277
+
// TODO: Once the HTTP/3 versions are part of SslApplicationProtocol, see https://github.com/dotnet/runtime/issues/1293, move this back to field initialization.
0 commit comments