4 references to QuicClientConnectionOptions
Interop.FunctionalTests (2)
Http3\Http3RequestTests.cs (2)
2377
await using var connection = await QuicConnection.ConnectAsync(new
QuicClientConnectionOptions
2438
await using var connection = await QuicConnection.ConnectAsync(new
QuicClientConnectionOptions
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (1)
QuicTestHelpers.cs (1)
121
var options = new
QuicClientConnectionOptions
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\ConnectHelper.cs (1)
121
return await QuicConnection.ConnectAsync(new
QuicClientConnectionOptions
()