C-DEngine 5.105

HttpListenerResponse..::..SendChunked Property

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

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool SendChunked { get; set; }
Public Property SendChunked As Boolean
	Get
	Set
public:
property bool^ SendChunked {
	bool^ get ();
	void set (bool^ value);
}

Field Value

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.