1 implementation of IConnectionTypeFeature
Aspire.Dashboard (1)
Authentication\Connection\ConnectionTypeMiddleware.cs (1)
30private sealed class ConnectionTypeFeature : IConnectionTypeFeature
5 references to IConnectionTypeFeature
Aspire.Dashboard (5)
Authentication\Connection\ConnectionTypeAuthenticationHandler.cs (2)
18var connectionTypeFeature = Context.Features.Get<IConnectionTypeFeature>();
Authentication\Connection\ConnectionTypeMiddleware.cs (1)
26context.Features.Set<IConnectionTypeFeature>(new ConnectionTypeFeature { ConnectionTypes = _connectionTypes });
Model\BrowserSecurityHeadersMiddleware.cs (2)
66var feature = context.Features.Get<IConnectionTypeFeature>();