AcceptGzipEncoding property

bool get AcceptGzipEncoding
Gets or sets a value indicating whether GZip compression encoding should be accepted.

Implementation

bool get AcceptGzipEncoding => this._acceptGzipEncoding;
set AcceptGzipEncoding (bool value)

Implementation

set AcceptGzipEncoding(bool value) {
  this._acceptGzipEncoding = value;
}