Enum BowireMode

Namespace
Kuestenlogik.Bowire
Assembly
Kuestenlogik.Bowire.dll

Bowire UI operating mode — chooses between in-process discovery (embedded) and user-driven URL entry (standalone).

public enum BowireMode

Fields

Embedded = 0

In-process: the URL bar is hidden and services are discovered via the host's IServiceProvider. Any URLs configured via ServerUrls are still used silently for transport-level discovery (e.g. MQTT broker introspection, OData $metadata fetches).

Standalone = 1

External: the URL bar is visible and the user can add / edit / remove discovery URLs at runtime. Used by the standalone CLI tool and any hosted test environment where Bowire is not colocated with the target service.