Table of Contents

Property AllowedHosts

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

AllowedHosts

Hosts reachable under AllowedHostsOnly, compared case-insensitively against the URL host, exactly.

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

Property Value

HashSet<string>
Share