3 writes to IsTls
Microsoft.AspNetCore.Server.Kestrel.Core (3)
ListenOptions.cs (1)
242
IsTls
= IsTls,
ListenOptionsHttpsExtensions.cs (2)
197
listenOptions.
IsTls
= true;
260
listenOptions.
IsTls
= true;
7 references to IsTls
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Internal\AddressBinder.cs (1)
242
if (https && !options.
IsTls
)
Internal\KestrelServerImpl.cs (1)
140
var hasTls = options.
IsTls
;
KestrelServerOptions.cs (2)
366
writer.WritePropertyName(nameof(listenOptions.
IsTls
));
367
writer.WriteBooleanValue(listenOptions.
IsTls
);
ListenOptions.cs (2)
138
return
IsTls
? HttpProtocol.SchemeHttps : HttpProtocol.SchemeHttp;
242
IsTls =
IsTls
,
TlsConfigurationLoader.cs (1)
97
if (listenOptions.
IsTls
)