Table of Contents
API reference

Constructor DiscordIngressEndpointMetadata

Namespace
DisCatSharp.Hosting.AspNetCore.Routing
Assembly
DisCatSharp.Hosting.AspNetCore.dll

DiscordIngressEndpointMetadata(string, string, string)

Initializes a new instance of the DiscordIngressEndpointMetadata class.

public DiscordIngressEndpointMetadata(string module, string endpointName, string relativePath)

Parameters

module string

The logical ingress module that owns the endpoint.

endpointName string

The stable endpoint name.

relativePath string

The relative route path inside the ingress surface.