5 references to UseHttps
AutobahnTestApp (1)
Program.cs (1)
65listenOptions.UseHttps(certPath, "testPassword");
HttpsPolicySample (1)
Startup.cs (1)
54listenOptions.UseHttps("testCert.pfx", "testPassword");
InteropWebsite (1)
Program.cs (1)
60listenOptions.UseHttps(certPath, "1111");
RewriteSample (1)
Startup.cs (1)
52listenOptions.UseHttps("testCert.pfx", "testPassword");
Sockets.BindTests (1)
src\Servers\Kestrel\test\BindTests\AddressRegistrationTests.cs (1)
660listenOptions.UseHttps(TestResources.TestCertificatePath, "testPassword");