Share via


HttpListenerResponse.SendChunked Property

Gets or sets whether the response uses chunked transfer encoding.

Namespace: System.Net
Assembly: System (in system.dll)

Syntax

public bool SendChunked { get; set; }

Property Value

true if the response is set to use chunked transfer encoding; otherwise, false. The default is false.

Version Information

Available in the .NET Micro Framework versions 4.0 and 4.1.

See Also

Reference

HttpListenerResponse Class
HttpListenerResponse Members
System.Net Namespace