37 instantiations of SslStream
dotnet-svcutil-lib (2)
http2cat (1)
IIS.FunctionalTests (1)
IIS.LongTests (1)
IIS.NewHandler.FunctionalTests (1)
IIS.NewShim.FunctionalTests (1)
IIS.ShadowCopy.Tests (1)
IISExpress.FunctionalTests (1)
InMemory.FunctionalTests (13)
HttpsConnectionMiddlewareTests.cs (3)
784var stream = new SslStream(connection.Stream);
1502return new SslStream(rawStream, false, (sender, certificate, chain, errors) => true);
1512return new SslStream(rawStream, false, (sender, certificate, chain, errors) => true,
HttpsTests.cs (7)
92using (var sslStream = new SslStream(connection.Stream, true, (sender, certificate, chain, errors) => true))
255using (var sslStream = new SslStream(connection.Stream, true, (sender, certificate, chain, errors) => true))
299using (var sslStream = new SslStream(connection.Stream, true, (sender, certificate, chain, errors) => true))
330using (var sslStream = new SslStream(connection.Stream, true, (sender, certificate, chain, errors) => true))
694using (var sslStream = new SslStream(connection.Stream, true, (sender, certificate, chain, errors) => true))
735using (var sslStream = new SslStream(connection.Stream, true, (sender, certificate, chain, errors) => true))
774using (var sslStream = new SslStream(connection.Stream, true, (sender, certificate, chain, errors) => true))
Microsoft.AspNetCore.InternalTesting (1)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
Microsoft.AspNetCore.Server.IIS (1)
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Microsoft.AspNetCore.Shared.Tests (1)
Sockets.FunctionalTests (1)
System.Net.Http (1)
System.Net.HttpListener (1)
System.Net.Mail (2)
System.Net.Requests (2)
System.ServiceModel.NetFramingBase (1)
153 references to SslStream
dotnet-svcutil-lib (3)
http2cat (3)
Http3SampleApp (1)
IIS.FunctionalTests (3)
IIS.LongTests (3)
IIS.NewHandler.FunctionalTests (3)
IIS.NewShim.FunctionalTests (3)
IIS.ShadowCopy.Tests (2)
IISExpress.FunctionalTests (3)
InMemory.FunctionalTests (49)
HttpsTests.cs (8)
92using (var sslStream = new SslStream(connection.Stream, true, (sender, certificate, chain, errors) => true))
255using (var sslStream = new SslStream(connection.Stream, true, (sender, certificate, chain, errors) => true))
299using (var sslStream = new SslStream(connection.Stream, true, (sender, certificate, chain, errors) => true))
330using (var sslStream = new SslStream(connection.Stream, true, (sender, certificate, chain, errors) => true))
604listenOptions.UseHttps((SslStream stream, SslClientHelloInfo clientHelloInfo, object state, CancellationToken cancellationToken) =>
694using (var sslStream = new SslStream(connection.Stream, true, (sender, certificate, chain, errors) => true))
735using (var sslStream = new SslStream(connection.Stream, true, (sender, certificate, chain, errors) => true))
774using (var sslStream = new SslStream(connection.Stream, true, (sender, certificate, chain, errors) => true))
Microsoft.AspNetCore.InternalTesting (1)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (3)
Microsoft.AspNetCore.Server.IIS (2)
Microsoft.AspNetCore.Server.Kestrel.Core (12)
Microsoft.AspNetCore.Shared.Tests (2)
netstandard (1)
Sockets.FunctionalTests (1)
System (1)
System.Net.Http (7)
System.Net.HttpListener (3)
System.Net.Mail (9)
System.Net.Requests (7)
System.Net.Security (29)
System.ServiceModel.NetFramingBase (2)