Class HttpEventServiceCollectionExtensions
- Namespace
- NetCord.Hosting.AspNetCore
- Assembly
- NetCord.Hosting.AspNetCore.dll
public static class HttpEventServiceCollectionExtensions
- Inheritance
-
HttpEventServiceCollectionExtensions
- Inherited Members
Methods
AddHttpInteractionHandlerInvoker(IServiceCollection)
Adds an IHttpInteractionHandlerInvoker to the specified IServiceCollection.
public static IServiceCollection AddHttpInteractionHandlerInvoker(this IServiceCollection services)
Parameters
servicesIServiceCollectionThe IServiceCollection to add the IHttpInteractionHandlerInvoker to.
Returns
- IServiceCollection
A reference to this instance after the operation has completed.
AddHttpInteractionParser(IServiceCollection)
Adds an IHttpInteractionParser to the specified IServiceCollection.
public static IServiceCollection AddHttpInteractionParser(this IServiceCollection services)
Parameters
servicesIServiceCollectionThe IServiceCollection to add the IHttpInteractionParser to.
Returns
- IServiceCollection
A reference to this instance after the operation has completed.
AddHttpInteractionProcessor(IServiceCollection)
Adds an IHttpInteractionProcessor to the specified IServiceCollection.
public static IServiceCollection AddHttpInteractionProcessor(this IServiceCollection services)
Parameters
servicesIServiceCollectionThe IServiceCollection to add the IHttpInteractionProcessor to.
Returns
- IServiceCollection
A reference to this instance after the operation has completed.
AddWebhookEventHandlerInvoker(IServiceCollection)
Adds an IWebhookEventHandlerInvoker to the specified IServiceCollection.
public static IServiceCollection AddWebhookEventHandlerInvoker(this IServiceCollection services)
Parameters
servicesIServiceCollectionThe IServiceCollection to add the IWebhookEventHandlerInvoker to.
Returns
- IServiceCollection
A reference to this instance after the operation has completed.
AddWebhookEventParser(IServiceCollection)
Adds an IWebhookEventParser to the specified IServiceCollection.
public static IServiceCollection AddWebhookEventParser(this IServiceCollection services)
Parameters
servicesIServiceCollectionThe IServiceCollection to add the IWebhookEventParser to.
Returns
- IServiceCollection
A reference to this instance after the operation has completed.
AddWebhookEventProcessor(IServiceCollection)
Adds an IWebhookEventProcessor to the specified IServiceCollection.
public static IServiceCollection AddWebhookEventProcessor(this IServiceCollection services)
Parameters
servicesIServiceCollectionThe IServiceCollection to add the IWebhookEventProcessor to.
Returns
- IServiceCollection
A reference to this instance after the operation has completed.