Table of Contents

Property SendChunked

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

SendChunked

Gets or sets whether the HTTP response will be sent chunked. When setting this property to true, the Content-Length header is automatically omitted.

public bool SendChunked { get; set; }

Property Value

bool

Remarks

The response is always sent as chunked when it is not possible to determine the size of the content to send.