1 write to AltSvcHeader
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\BaseHttpConnectionContext.cs (1)
27AltSvcHeader = altSvcHeader;
5 references to AltSvcHeader
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\HttpProtocol.cs (3)
1237if (_context.AltSvcHeader != null && !responseHeaders.HasAltSvc) 1239responseHeaders.SetRawAltSvc(_context.AltSvcHeader.Value, _context.AltSvcHeader.RawBytes);
Internal\Http2\Http2Connection.cs (1)
815_context.AltSvcHeader,
Internal\Http3\Http3Connection.cs (1)
644_context.AltSvcHeader,