Table of Contents

Struct WebEgressPolicy.Decision

Namespace
LMKit.Agents.Tools.BuiltIn.Net
Assembly
LM-Kit.NET.dll

One validation verdict: allowed, or refused with the reason.

public readonly struct WebEgressPolicy.Decision
Inherited Members

Properties

Allowed

True when the request may proceed.

PinnedAddresses

The validated addresses the connection MUST use, in resolver order. Empty for a refusal.

Reason

Why the fetch was refused; empty when allowed.

Share