Table of Contents

Property Egress

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

Egress

The server-side egress gate. When set, it REPLACES the simple host lists above: every request is validated by the policy (public-web or allowed-hosts mode, private-address protection, pinned connections, per-redirect revalidation), caller-provided headers are ignored, and redirects are followed by the gate itself. Null keeps the classic client-side behavior.

public WebEgressPolicy Egress { get; set; }

Property Value

WebEgressPolicy
Share