2 references to GetEndpointAltSvc
Microsoft.AspNetCore.Server.Kestrel.Core (2)
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;