3 writes to DisableAltSvcHeader
InMemory.FunctionalTests (1)
ResponseTests.cs (1)
4548
DisableAltSvcHeader
= true
Microsoft.AspNetCore.Server.Kestrel.Core (1)
ListenOptions.cs (1)
241
DisableAltSvcHeader
= DisableAltSvcHeader,
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (1)
WebHostTests.cs (1)
293
listenOptions.
DisableAltSvcHeader
= true;
3 references to DisableAltSvcHeader
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\KestrelServerImpl.cs (1)
179
var addAltSvcHeader = !options.
DisableAltSvcHeader
&& _multiplexedTransportFactories.Count > 0;
KestrelServerOptions.cs (1)
151
[Obsolete($"This property is obsolete and will be removed in a future version. It no longer has any impact on runtime behavior. Use {nameof(Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions)}.{nameof(Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.
DisableAltSvcHeader
)} to configure \"Alt-Svc\" behavior.", error: true)]
ListenOptions.cs (1)
241
DisableAltSvcHeader =
DisableAltSvcHeader
,