Click or drag to resize

HttpListenerResponseSendChunked Property

Gets or sets a value indicating whether the response uses the chunked transfer encoding.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public bool SendChunked { get; set; }

Property Value

Type: Boolean
true if the response uses the chunked transfer encoding; otherwise, false. The default value is false.
Exceptions
ExceptionCondition
InvalidOperationException The response has already been sent.
ObjectDisposedException This object is closed.
See Also