5 references to Frontend
Aspire.Dashboard (5)
DashboardWebApplication.cs (4)
567EndpointInfo.TryAddEndpoint(endpoints, fontendUrl, name, httpProtocols: null, requireCertificate: false, connectionType: ConnectionType.Frontend); 636if (!endpointConfiguration.IsHttps && connectionTypes.Contains(ConnectionType.Frontend) && endpointConfiguration.ListenOptions.Protocols == HttpProtocols.Http2) 647case ConnectionType.Frontend: 702.AddScheme<ConnectionTypeAuthenticationHandlerOptions, ConnectionTypeAuthenticationHandler>(ConnectionTypeAuthenticationDefaults.AuthenticationSchemeFrontend, o => o.RequiredConnectionTypes = [ConnectionType.Frontend])
Model\BrowserSecurityHeadersMiddleware.cs (1)
67if (feature == null || feature.ConnectionTypes.Contains(ConnectionType.Frontend))