Class ServiceCollectionExtensions
Provides extension methods for IServiceCollection to facilitate the registration of hosted services with specific configurations.
Inherited Members
Namespace: Coree.NETStandard.Classes.HttpRequestService
Assembly: Coree.NETStandard.dll
Syntax
public static class ServiceCollectionExtensions
Methods
| Edit this page View SourceAddHttpRequestService(IServiceCollection)
Configures and adds HTTP request services and handlers to the service collection with pre-defined request headers and content types.
Declaration
public static IServiceCollection AddHttpRequestService(this IServiceCollection services)
Parameters
Type | Name | Description |
---|---|---|
IServiceCollection | services | The IServiceCollection to add services to. |
Returns
Type | Description |
---|---|
IServiceCollection | The updated IServiceCollection with HTTP request services and handlers configured. |