Table of Contents

THttpRequest.OwnsContentStream Property

Indicates whether the request owns the assigned ContentStream and frees it.

Remarks

When True, the previously assigned content stream is freed when a new one is set and when the request is destroyed.

Syntax

Unit: Sparkle.Http.Engine

property THttpRequest.OwnsContentStream: Boolean

See also