3 references to Frontend
Aspire.Dashboard (3)
DashboardWebApplication.cs (3)
550
endpointConfiguration.ListenOptions.UseConnectionTypes([ConnectionType.
Frontend
]);
606
connectionTypes.Add(ConnectionType.
Frontend
);
649
.AddScheme<ConnectionTypeAuthenticationHandlerOptions, ConnectionTypeAuthenticationHandler>(ConnectionTypeAuthenticationDefaults.AuthenticationSchemeFrontend, o => o.RequiredConnectionType = ConnectionType.
Frontend
)