4 references to Frontend
Aspire.Dashboard (4)
DashboardWebApplication.cs (4)
595
endpointConfiguration.ListenOptions.UseConnectionTypes([ConnectionType.
Frontend
]);
619
connectionTypes.Add(ConnectionType.
Frontend
);
651
connectionTypes.Add(ConnectionType.
Frontend
);
694
.AddScheme<ConnectionTypeAuthenticationHandlerOptions, ConnectionTypeAuthenticationHandler>(ConnectionTypeAuthenticationDefaults.AuthenticationSchemeFrontend, o => o.RequiredConnectionType = ConnectionType.
Frontend
)