Table of Contents

Property PrivateAllowedHosts

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

PrivateAllowedHosts

Hosts that MAY resolve to non-public addresses, in either mode: the administrator's deliberate intranet exceptions. Everything else must resolve public.

public HashSet<string> PrivateAllowedHosts { get; set; }

Property Value

HashSet<string>
Share