1 write to Options
Microsoft.AspNetCore.Server.Kestrel.Core (1)
DirectTlsEndpoint.cs (1)
44Options = options;
3 references to Options
Microsoft.AspNetCore.Server.Kestrel.Core (1)
DirectTlsEndpoint.cs (1)
16/// DirectTls is TLS-only. The endpoint's <see cref="Options"/> must supply a server certificate (via
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (2)
DirectTlsEndpointProtocolsSetup.cs (1)
25directTlsEndpoint.Options.HttpProtocols = listenOptions.Protocols;
DirectTlsTransportFactory.cs (1)
70var endpointOptions = directTlsEndpoint.Options;