Table of Contents

Property SendChunked

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

SendChunked

Gets or sets whether the HTTP response can be sent chunked.

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.