1 write to Options
Microsoft.AspNetCore.Server.Kestrel.Core (1)
DirectTlsEndpoint.cs (1)
44
Options
= 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)
25
directTlsEndpoint.
Options
.HttpProtocols = listenOptions.Protocols;
DirectTlsTransportFactory.cs (1)
70
var endpointOptions = directTlsEndpoint.
Options
;