Table of Contents

Class HttpEventServiceCollectionExtensions

Namespace
NetCord.Hosting.AspNetCore
Assembly
NetCord.Hosting.AspNetCore.dll
public static class HttpEventServiceCollectionExtensions
Inheritance
HttpEventServiceCollectionExtensions
Inherited Members

Methods

AddHttpInteractionHandlerInvoker(IServiceCollection)

public static IServiceCollection AddHttpInteractionHandlerInvoker(this IServiceCollection services)

Parameters

services IServiceCollection

The 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

services IServiceCollection

The IServiceCollection to add the IHttpInteractionParser to.

Returns

IServiceCollection

A reference to this instance after the operation has completed.

AddHttpInteractionProcessor(IServiceCollection)

public static IServiceCollection AddHttpInteractionProcessor(this IServiceCollection services)

Parameters

services IServiceCollection

The IServiceCollection to add the IHttpInteractionProcessor to.

Returns

IServiceCollection

A reference to this instance after the operation has completed.

AddWebhookEventHandlerInvoker(IServiceCollection)

public static IServiceCollection AddWebhookEventHandlerInvoker(this IServiceCollection services)

Parameters

services IServiceCollection

The 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

services IServiceCollection

The 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

services IServiceCollection

The IServiceCollection to add the IWebhookEventProcessor to.

Returns

IServiceCollection

A reference to this instance after the operation has completed.