AutodiscoverServiceBase.AcceptGzipEncoding

AutodiscoverServiceBase.AcceptGzipEncoding property

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

public bool AcceptGzipEncoding { get; set; }

Remarks

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.

See Also