ExchangeServiceBaseAcceptGzipEncoding - свойство
Gets or sets a value indicating whether GZip compression encoding should be accepted.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
public bool AcceptGzipEncoding { get; set; }
Public Property AcceptGzipEncoding As Boolean
Get
Set
public:
property bool AcceptGzipEncoding {
bool get ();
void set (bool value);
}
member AcceptGzipEncoding : bool with get, set
Значение свойства
Boolean
This value will tell the server that the client is able to handle GZip compression encoding. The server
will only send Gzip compressed content if it has been configured to do so.