4 references to Frontend
Aspire.Dashboard (4)
DashboardWebApplication.cs (4)
612
endpointConfiguration.ListenOptions.UseConnectionTypes([ConnectionType.
Frontend
]);
636
connectionTypes.Add(ConnectionType.
Frontend
);
668
connectionTypes.Add(ConnectionType.
Frontend
);
711
.AddScheme<ConnectionTypeAuthenticationHandlerOptions, ConnectionTypeAuthenticationHandler>(ConnectionTypeAuthenticationDefaults.AuthenticationSchemeFrontend, o => o.RequiredConnectionType = ConnectionType.
Frontend
)