Property SendChunked
SendChunked
Gets or sets whether the HTTP response can be sent chunked.
public bool SendChunked { get; set; }
Property Value
Remarks
The response is always sent as chunked when it is not possible to determine the size of the content to send.