Property Egress
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; }