2 implementations of UseHttpsWithSni
Microsoft.AspNetCore.Server.Kestrel.Core (2)
HttpsConfigurationService.cs (1)
88
public ListenOptions
UseHttpsWithSni
(ListenOptions listenOptions, HttpsConnectionAdapterOptions httpsOptions, EndpointConfig endpoint)
KestrelServer.cs (1)
107
public ListenOptions
UseHttpsWithSni
(ListenOptions listenOptions, HttpsConnectionAdapterOptions httpsOptions, EndpointConfig endpoint)
1 reference to UseHttpsWithSni
Microsoft.AspNetCore.Server.Kestrel.Core (1)
KestrelConfigurationLoader.cs (1)
419
_httpsConfigurationService.
UseHttpsWithSni
(listenOptions, httpsOptions, endpoint);