API reference
Class DiscordIngressValidationReport
- Namespace
- DisCatSharp.Hosting.AspNetCore.Validation
- Assembly
- DisCatSharp.Hosting.AspNetCore.dll
Contains the computed ingress URLs and validation findings for a configuration snapshot.
public sealed class DiscordIngressValidationReport
- Inheritance
-
DiscordIngressValidationReport
- Inherited Members
Constructors
- DiscordIngressValidationReport(DiscordIngressPublicUrls?, IEnumerable<DiscordIngressValidationIssue>)
Initializes a new instance of the DiscordIngressValidationReport class.
Properties
- HasWarnings
Gets a value indicating whether the configuration produced any warnings.
- IsValid
Gets a value indicating whether the configuration has no errors.
- Issues
Gets the collected validation issues.
- PublicUrls
Gets the computed public URLs, if available.