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)
32var altSvcHeader = _addAltSvcHeader && localEndPoint != null ? HttpUtilities.GetEndpointAltSvc(localEndPoint, _protocols) : null; 37_protocols,