11 writes to SslOptions
Aspire.Dashboard (1)
Aspire.Dashboard.Tests (2)
HttpStress (1)
InMemory.FunctionalTests (4)
Interop.FunctionalTests (2)
System.Net.Http (1)
32 references to SslOptions
Aspire.Dashboard (1)
Aspire.Dashboard.Tests (3)
HttpClientApp (2)
Interop.FunctionalTests (4)
HttpClientHttp2InteropTests.cs (4)
1628handler.SslOptions.RemoteCertificateValidationCallback = (_, _, _, _) => true;
1629handler.SslOptions.LocalCertificateSelectionCallback = (_, _, _, _, _) => TestResources.GetTestCertificate();
1673handler.SslOptions.RemoteCertificateValidationCallback = (_, _, _, _) => true;
1674handler.SslOptions.LocalCertificateSelectionCallback = (_, _, _, _, _) => TestResources.GetTestCertificate();
Microsoft.DotNet.Arcade.Sdk (1)
Sockets.FunctionalTests (1)
System.Net.Http (12)
System.Net.Requests (4)
System.Net.WebSockets.Client (4)