1 write to _protocols
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Middleware\HttpMultiplexedConnectionMiddleware.cs (1)
24
_protocols
= protocols;
2 references to _protocols
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Middleware\HttpMultiplexedConnectionMiddleware.cs (2)
32
var altSvcHeader = _addAltSvcHeader && localEndPoint != null ? HttpUtilities.GetEndpointAltSvc(localEndPoint,
_protocols
) : null;
37
_protocols
,