AcceptGzipEncoding property
bool
get
AcceptGzipEncoding
Implementation
bool get AcceptGzipEncoding => this._acceptGzipEncoding;
set
AcceptGzipEncoding
(bool value)
Implementation
set AcceptGzipEncoding(bool value) {
this._acceptGzipEncoding = value;
}