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