AcceptGzipEncoding property

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

Implementation

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

Implementation

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