Table of Contents
API reference

Property RequestUri

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

RequestUri

Gets or sets the originating request URI when one is available.

public Uri? RequestUri { get; init; }

Property Value

Uri

Remarks

For OAuth flows this is typically the original Discord authorization URL so redirect URI, scope, and integration type can be recovered during callback processing.