1 instantiation of AltSvcHeader
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\HttpUtilities.cs (1)
615
return new
AltSvcHeader
(text, bytes);
9 references to AltSvcHeader
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\BaseHttpConnectionContext.cs (2)
17
AltSvcHeader
? altSvcHeader,
40
public
AltSvcHeader
? AltSvcHeader { get; }
Internal\Http2\Http2StreamContext.cs (1)
18
AltSvcHeader
? altSvcHeader,
Internal\Http3\Http3StreamContext.cs (1)
18
AltSvcHeader
? altSvcHeader,
Internal\HttpConnectionContext.cs (1)
18
AltSvcHeader
? altSvcHeader,
Internal\HttpMultiplexedConnectionContext.cs (1)
17
AltSvcHeader
? altSvcHeader,
Internal\Infrastructure\HttpUtilities.cs (1)
602
public static
AltSvcHeader
? GetEndpointAltSvc(System.Net.IPEndPoint endpoint, HttpProtocols protocols)
Middleware\HttpConnectionMiddleware.cs (1)
34
var
altSvcHeader = _addAltSvcHeader && localEndPoint != null ? HttpUtilities.GetEndpointAltSvc(localEndPoint, protocols) : null;
Middleware\HttpMultiplexedConnectionMiddleware.cs (1)
32
var
altSvcHeader = _addAltSvcHeader && localEndPoint != null ? HttpUtilities.GetEndpointAltSvc(localEndPoint, _protocols) : null;