Table of Contents

Class WebEgressFetcher.FetchResult

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

One completed fetch, body capped by policy.

public sealed class WebEgressFetcher.FetchResult
Inheritance
WebEgressFetcher.FetchResult
Inherited Members

Properties

Body

The decompressed response body, cut at the policy's byte cap.

ContentType

The response Content-Type header, empty when absent.

FinalUrl

The URL that answered, after any redirects.

StatusCode

The final HTTP status code.

Truncated

True when the byte cap cut the body short.

Share