Table of Contents
API reference

Property Properties

Namespace
DisCatSharp.Hosting.AspNetCore.Ingress
Assembly
DisCatSharp.Hosting.AspNetCore.dll

Properties

Gets or sets additional flow-specific properties associated with the entry.

public IReadOnlyDictionary<string, string?> Properties { get; init; }

Property Value

IReadOnlyDictionary<string, string>

Remarks

These values are not interpreted by the default store and are preserved for custom callback handlers.