Table of Contents
API reference

Property PublicBaseUrl

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

PublicBaseUrl

Gets the externally visible base URL for the self-hosted ingress surface when it is running.

public Uri? PublicBaseUrl { get; }

Property Value

Uri

Remarks

This reflects BaseUrl when configured; otherwise it mirrors ListenBaseUrl.