4 references to Frontend
Aspire.Dashboard (4)
DashboardWebApplication.cs (4)
574
endpointConfiguration.ListenOptions.UseConnectionTypes([ConnectionType.
Frontend
]);
598
connectionTypes.Add(ConnectionType.
Frontend
);
630
connectionTypes.Add(ConnectionType.
Frontend
);
673
.AddScheme<ConnectionTypeAuthenticationHandlerOptions, ConnectionTypeAuthenticationHandler>(ConnectionTypeAuthenticationDefaults.AuthenticationSchemeFrontend, o => o.RequiredConnectionType = ConnectionType.
Frontend
)