Table of Contents

Enum WebEgressPolicy.EgressMode

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

How the gate treats destination hosts.

public enum WebEgressPolicy.EgressMode

Fields

PublicWeb = 0

Any public web destination; the host's own network stays unreachable unless a host is explicitly private-listed.

AllowedHostsOnly = 1

Only hosts named in AllowedHosts (or PrivateAllowedHosts), for deployments that restrict egress to a known set.

Share