Table of Contents

Method ValidateRequest

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

ValidateRequest(Uri)

Validates one request URL and, when allowed, returns the pinned address set its connection must use. This is the WHOLE decision: scheme, credentials, mode and host lists, then the resolved addresses of any host that is not deliberately private-listed.

public WebEgressPolicy.Decision ValidateRequest(Uri url)

Parameters

url Uri

Returns

WebEgressPolicy.Decision
Share