Enum WebEgressPolicy.EgressMode
How the gate treats destination hosts.
public enum WebEgressPolicy.EgressMode
Fields
PublicWeb = 0Any public web destination; the host's own network stays unreachable unless a host is explicitly private-listed.
AllowedHostsOnly = 1Only hosts named in AllowedHosts (or PrivateAllowedHosts), for deployments that restrict egress to a known set.