ServiceCollectionExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static class ServiceCollectionExtensions
type ServiceCollectionExtensions = class
Public Module ServiceCollectionExtensions
- Inheritance
-
ServiceCollectionExtensions
Methods
| AddAgent(IHostApplicationBuilder, Func<IServiceProvider,IAgent>) |
Adds an Agent via lambda construction.
|
| AddAgent<TAdapter>(IHostApplicationBuilder, Func<IServiceProvider,IAgent>) |
This is the same as AddAgent(IHostApplicationBuilder, Func<IServiceProvider,IAgent>), except allows the
use of any |
| AddAgent<TAgent,TAdapter>(IHostApplicationBuilder) |
Same as AddAgent<TAgent>(IHostApplicationBuilder) but allows for use of
any |
| AddAgent<TAgent>(IHostApplicationBuilder) |
Adds an Agent which subclasses
|
| AddAgentApplicationOptions(IHostApplicationBuilder, AutoSignInSelector) |
Registers AgentApplicationOptions for AgentApplication-based Agents. |
| AddAgentCore(IHostApplicationBuilder) |
Adds the core agent services. |
| AddAgentCore<TAdapter>(IHostApplicationBuilder) | |
| AddCloudAdapter(IServiceCollection) |
Add the default CloudAdapter. |
| AddCloudAdapter<T>(IServiceCollection) |
Add a derived CloudAdapter. |
| UseHeaderPropagation(IApplicationBuilder) |
Adds a middleware that collects headers to be propagated. |