C-DEngine 5.105

TheRequestData..::..ResponseEncoding Property

A string value used to populate the "Content-Encoding" field in the header of the response. Examples include "gzip", "compress", "deflate", "identity", and "br".

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string ResponseEncoding { get; set; }
Public Property ResponseEncoding As String
	Get
	Set
public:
property String^ ResponseEncoding {
	String^ get ();
	void set (String^ value);
}